mirror of
https://github.com/reactos/reactos.git
synced 2026-05-22 23:30:07 +08:00
Delete the lock on exit
This commit is contained in:
@@ -80,6 +80,8 @@ public:
|
||||
virtual ~CIconWatcher()
|
||||
{
|
||||
Uninitialize();
|
||||
DeleteCriticalSection(&m_ListLock);
|
||||
|
||||
if (m_WakeUpEvent)
|
||||
CloseHandle(m_WakeUpEvent);
|
||||
if (m_hWatcherThread)
|
||||
|
||||
Reference in New Issue
Block a user