Coverity: Delete listen socket when finished acting as replay host

This commit is contained in:
baldurk
2016-06-09 12:46:37 -07:00
parent 4ae56ccdd3
commit 5eb5ca168d
+2
View File
@@ -227,6 +227,8 @@ void RenderDoc::BecomeReplayHost(volatile bool32 &killReplay)
SAFE_DELETE(client);
}
SAFE_DELETE(sock);
}
struct RemoteRenderer : public IRemoteRenderer