Changeset 32845 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Sep 30, 2010 1:39:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/main.cpp
r32832 r32845 68 68 { 69 69 RTPrintf("VBoxClient: Failure while acquiring the global critical section, rc=%Rrc\n", rc); 70 _Exit(1);70 abort(); 71 71 } 72 72 if (g_pService) 73 {74 73 g_pService->cleanup(); 75 delete g_pService;76 }77 74 if (g_szPidFile[0] && g_hPidFile) 78 75 VbglR3ClosePidFile(g_szPidFile, g_hPidFile); … … 130 127 sigaction(SIGINT, &sigAction, NULL); 131 128 sigaction(SIGQUIT, &sigAction, NULL); 132 sigaction(SIGABRT, &sigAction, NULL);133 129 sigaction(SIGPIPE, &sigAction, NULL); 134 130 sigaction(SIGALRM, &sigAction, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.