- fixed a memory leak in scx_Wm_Hints.

This commit is contained in:
frese 2001-10-09 15:27:30 +00:00
parent 41efc382c7
commit ac8219c0a8
1 changed files with 3 additions and 0 deletions

View File

@ -251,6 +251,9 @@ s48_value scx_Wm_Hints (s48_value dpy, s48_value w) {
S48_GC_UNPROTECT();
}
XFree((char*)p);
return res;
}