- fixed a memory leak in scx_Wm_Hints.
This commit is contained in:
parent
41efc382c7
commit
ac8219c0a8
|
@ -251,6 +251,9 @@ s48_value scx_Wm_Hints (s48_value dpy, s48_value w) {
|
|||
|
||||
S48_GC_UNPROTECT();
|
||||
}
|
||||
|
||||
XFree((char*)p);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue