1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-06 13:54:12 +01:00

fixed a bug in wdread

This commit is contained in:
dan
2002-02-23 00:02:17 +00:00
parent 321bb04586
commit 5bb35d94a5
3 changed files with 2 additions and 2 deletions

View File

@@ -253,7 +253,6 @@ WMSetBoxHorizontal(WMBox *box, Bool flag)
static void
destroyBox(Box *bPtr)
{
WMRemoveNotificationObserver(bPtr);
WMFreeArray(bPtr->subviews);
wfree(bPtr);
}