introduce MwFreeWidget
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-27 11:44:03 +09:00
commit 4bf321f3a2
6 changed files with 47 additions and 6 deletions

View file

@ -1164,6 +1164,9 @@ Cursor MwLLX11CreateCursor(Display* display, MwCursor* image, MwCursor* mask) {
XDestroyImage(cimage);
XDestroyImage(cmask);
XFreeGC(display, imagegc);
XFreeGC(display, maskgc);
return cur;
}