mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-16 05:55:45 +01:00
- Replaced all free() with wfree() where appropriate
- Fixed some memory leaks
This commit is contained in:
@@ -429,7 +429,7 @@ WMCreateRuler(WMWidget * parent)
|
||||
rPtr->view = W_CreateView(W_VIEW(parent));
|
||||
|
||||
if (!rPtr->view) {
|
||||
free(rPtr);
|
||||
wfree(rPtr);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user