diff options
Diffstat (limited to 'hw/xwin/winmultiwindowicons.c')
-rw-r--r-- | hw/xwin/winmultiwindowicons.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xwin/winmultiwindowicons.c b/hw/xwin/winmultiwindowicons.c index b1b9a87b6..abac4709a 100644 --- a/hw/xwin/winmultiwindowicons.c +++ b/hw/xwin/winmultiwindowicons.c @@ -530,9 +530,9 @@ winXIconToHICON (Display *pDisplay, Window id, int iconSize) if (xImageMask) XDestroyImage(xImageMask); - } - XDestroyImage(xImageIcon); + XDestroyImage(xImageIcon); + } } XFree(hints); } |