mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 09:22:27 +01:00
replaced free() with wfree() everywhere
fixed bug in wlist that caused colorpanel to crash
This commit is contained in:
@@ -177,8 +177,8 @@ WMSortBag(WMBag *bag, int (*comparer)(const void*, const void*))
|
||||
void
|
||||
WMFreeBag(WMBag *bag)
|
||||
{
|
||||
free(bag->items);
|
||||
free(bag);
|
||||
wfree(bag->items);
|
||||
wfree(bag);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user