mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
resource leak fix
This commit is contained in:
@@ -59,6 +59,7 @@ int main(int argc, char **argv)
|
||||
RDestroyImage(tmp);
|
||||
|
||||
XSetWindowBackgroundPixmap(dpy, win, pix);
|
||||
XFreePixmap(dpy, pix);
|
||||
XClearWindow(dpy, win);
|
||||
XSync(dpy, 0);
|
||||
usleep(50000);
|
||||
|
||||
Reference in New Issue
Block a user