mirror of
https://github.com/gryf/wmaker.git
synced 2026-05-03 14:50:54 +02:00
replaced free() with wfree() everywhere
fixed bug in wlist that caused colorpanel to crash
This commit is contained in:
+2
-2
@@ -77,7 +77,7 @@ WMDestroyAlertPanel(WMAlertPanel *panel)
|
||||
{
|
||||
WMUnmapWidget(panel->win);
|
||||
WMDestroyWidget(panel->win);
|
||||
free(panel);
|
||||
wfree(panel);
|
||||
}
|
||||
|
||||
|
||||
@@ -293,7 +293,7 @@ WMDestroyInputPanel(WMInputPanel *panel)
|
||||
WMRemoveNotificationObserver(panel);
|
||||
WMUnmapWidget(panel->win);
|
||||
WMDestroyWidget(panel->win);
|
||||
free(panel);
|
||||
wfree(panel);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user