Author: dgorbachev
Date: Sat Apr 28 08:09:31 2007
New Revision: 26551
URL:
http://svn.reactos.org/svn/reactos?rev=26551&view=rev
Log:
- Do not free statically allocated structure.
Modified:
trunk/reactos/dll/win32/shell32/changenotify.c
Modified: trunk/reactos/dll/win32/shell32/changenotify.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/changeno…
==============================================================================
--- trunk/reactos/dll/win32/shell32/changenotify.c (original)
+++ trunk/reactos/dll/win32/shell32/changenotify.c Sat Apr 28 08:09:31 2007
@@ -179,7 +179,7 @@
LeaveCriticalSection(&SHELL32_ChangenotifyCS);
- DeleteCriticalSection(&SHELL32_ChangenotifyCS);
+ // DeleteCriticalSection(&SHELL32_ChangenotifyCS); // static
}
/*************************************************************************