- Timestamp:
- Jan 27, 2011 7:46:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r35722 r35726 2760 2760 if (!pES.isNull()) 2761 2761 CHECK_ERROR(pES, UnregisterListener(pConsoleListener)); 2762 pConsoleListener->Release(); 2763 pConsoleListener = NULL; 2762 pConsoleListener.setNull(); 2764 2763 } 2765 2764 … … 2860 2859 if (!pES.isNull()) 2861 2860 CHECK_ERROR(pES, UnregisterListener(pVBoxListener)); 2862 pVBoxListener->Release(); 2863 pVBoxListener = NULL; 2861 pVBoxListener.setNull(); 2864 2862 } 2865 2863 … … 2871 2869 if (!pES.isNull()) 2872 2870 CHECK_ERROR(pES, UnregisterListener(pVBoxClientListener)); 2873 pVBoxClientListener->Release(); 2874 pVBoxClientListener = NULL; 2871 pVBoxClientListener.setNull(); 2875 2872 } 2876 2873
Note:
See TracChangeset
for help on using the changeset viewer.