1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00
This commit is contained in:
kojima
2004-10-23 21:09:56 +00:00
parent df1228f387
commit 7401a1329f

View File

@@ -288,6 +288,8 @@ setMiniwindow(WMWindow *win, RImage *image)
PropModeReplace, PropModeReplace,
(unsigned char *)data, (unsigned char *)data,
(image->width * image->height + 2) * sizeof(CARD32)); (image->width * image->height + 2) * sizeof(CARD32));
free(data);
} }