mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix freeing callproc handles when freeing window classes
svn path=/trunk/; revision=29991
This commit is contained in:
parent
ed30ce9375
commit
2923c32e1f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ IntDestroyClass(IN OUT PWINDOWCLASS Class)
|
|||
|
||||
CallProc->Next = NULL;
|
||||
DestroyCallProc(NULL,
|
||||
Class->CallProc);
|
||||
CallProc);
|
||||
|
||||
CallProc = NextCallProc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue