- Do not free statically allocated structure.

svn path=/trunk/; revision=26551
This commit is contained in:
Dmitry Gorbachev
2007-04-28 04:09:31 +00:00
parent 7289c6023a
commit 8373c171aa
+1 -1
View File
@@ -179,7 +179,7 @@ void FreeChangeNotifications(void)
LeaveCriticalSection(&SHELL32_ChangenotifyCS);
DeleteCriticalSection(&SHELL32_ChangenotifyCS);
// DeleteCriticalSection(&SHELL32_ChangenotifyCS); // static
}
/*************************************************************************