mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Do not free statically allocated structure.
svn path=/trunk/; revision=26551
This commit is contained in:
@@ -179,7 +179,7 @@ void FreeChangeNotifications(void)
|
||||
|
||||
LeaveCriticalSection(&SHELL32_ChangenotifyCS);
|
||||
|
||||
DeleteCriticalSection(&SHELL32_ChangenotifyCS);
|
||||
// DeleteCriticalSection(&SHELL32_ChangenotifyCS); // static
|
||||
}
|
||||
|
||||
/*************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user