1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-06 05:44:11 +01:00

fixed some memleaks (1 serious, 5 minor)

This commit is contained in:
dan
2002-03-01 10:03:35 +00:00
parent 1cd1f16c3c
commit efb0090f8c
3 changed files with 14 additions and 6 deletions

View File

@@ -1041,6 +1041,7 @@ RConvertImageMask(RContext *context, RImage *image, Pixmap *pixmap,
RPutXImage(context, *mask, gc, ximg, 0, 0, 0, 0,
image->width, image->height);
RDestroyXImage(context, ximg);
XFreeGC(context->dpy, gc);
return True;
}