diff --git a/WPrefs.app/Appearance.c b/WPrefs.app/Appearance.c index 25f14223..9e0e8a6a 100644 --- a/WPrefs.app/Appearance.c +++ b/WPrefs.app/Appearance.c @@ -1624,7 +1624,9 @@ static void updateColorPreviewBox(_Panel * panel, int elements) panel->smallFont, 155, 130, 64, 13, WALeft, _("Icon Text")); - } + WMReleaseColor(light); + WMReleaseColor(dim); + } if (elements & (1 << CLIP_COL) || elements & (1 << CCLIP_COL)) { Pixmap pix;