Files
renderdoc/renderdoc/os
james-sumihiro 783d76fe73 Fix two handle leaks during remote probe
Added logic to the entry point RENDERDOC_CreateRemoteServerConnection to shutdown the socket used to connect to a remote device when the function is used to test a connection (IRemoteServer **rend is null.) This previously created a handle leak, visible as accumulating /device/afd/ file handles on Windows.

Added logic to the Windows specialization of Process::LaunchProcess so it will close two handles: hChildStdError_Rd, and hChildStdOutput_Rd if the handles were created successfully but the process failed to launch. Previously these would accumulate during a remote probe for Android devices if ADB was not present or otherwise failed to launch.
2024-01-15 10:54:01 +00:00
..
2023-11-06 14:42:45 +00:00
2023-02-01 12:23:32 +00:00
2023-02-01 12:23:32 +00:00