mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix freeing callproc handles when freeing window classes
svn path=/trunk/; revision=29991
This commit is contained in:
@@ -69,7 +69,7 @@ IntDestroyClass(IN OUT PWINDOWCLASS Class)
|
||||
|
||||
CallProc->Next = NULL;
|
||||
DestroyCallProc(NULL,
|
||||
Class->CallProc);
|
||||
CallProc);
|
||||
|
||||
CallProc = NextCallProc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user