mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +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;
|
CallProc->Next = NULL;
|
||||||
DestroyCallProc(NULL,
|
DestroyCallProc(NULL,
|
||||||
Class->CallProc);
|
CallProc);
|
||||||
|
|
||||||
CallProc = NextCallProc;
|
CallProc = NextCallProc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue