aboutsummaryrefslogtreecommitdiffstats
path: root/vxd_main.c
diff options
context:
space:
mode:
authorJaroslav Hensl <emulator@emulace.cz>2024-10-01 13:19:23 +0200
committerJaroslav Hensl <emulator@emulace.cz>2024-10-01 13:19:23 +0200
commit1cc70b8dbcd13a23a8db7cc416e466ee37d263d5 (patch)
treebfd6db62d102e3131a3e8fd0ad689682c7269517 /vxd_main.c
parentc5f1ce22501a3bfb3879bee2f46c7b00ad6a4bba (diff)
downloadvmdisp9x-main.tar.gz
fix: aggressive cleanupHEADv1.2024.0.88main
Diffstat (limited to 'vxd_main.c')
-rw-r--r--vxd_main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/vxd_main.c b/vxd_main.c
index b17cfe4..9336e48 100644
--- a/vxd_main.c
+++ b/vxd_main.c
@@ -600,8 +600,9 @@ DWORD __stdcall Device_IO_Control_proc(DWORD vmhandle, struct DIOCParams *params
#ifdef SVGA
if(io_open_cnt == 0)
{
- dbg_printf("Zero reference, do ALL cleanup!\n");
- SVGA_AllProcessCleanup();
+ // JH: too aggressive - cause problems
+ //dbg_printf("Zero reference, do ALL cleanup!\n");
+ //SVGA_AllProcessCleanup();
}
#endif
rc = 0;