mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Coverity: Delete listen socket when finished acting as replay host
This commit is contained in:
@@ -227,6 +227,8 @@ void RenderDoc::BecomeReplayHost(volatile bool32 &killReplay)
|
||||
|
||||
SAFE_DELETE(client);
|
||||
}
|
||||
|
||||
SAFE_DELETE(sock);
|
||||
}
|
||||
|
||||
struct RemoteRenderer : public IRemoteRenderer
|
||||
|
||||
Reference in New Issue
Block a user