1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-22 10:05:46 +01:00

Added (forgotten) release for notifications when destroying a WMList.

This commit is contained in:
dan
2002-11-04 06:07:00 +00:00
parent a4bc7f6a07
commit 5e37991b6c
6 changed files with 1316 additions and 1336 deletions

View File

@@ -1264,6 +1264,8 @@ destroyList(List *lPtr)
if (lPtr->doubleBuffer)
XFreePixmap(lPtr->view->screen->display, lPtr->doubleBuffer);
WMRemoveNotificationObserver(lPtr);
wfree(lPtr);
}