--- rxvt-unicode/src/main.C 2006/08/02 09:14:19 1.228 +++ rxvt-unicode/src/main.C 2006/08/18 23:03:31 1.229 @@ -272,9 +272,9 @@ clear (); } - delete pix_colors_focused; + delete [] pix_colors_focused; #if OFF_FOCUS_FADING - delete pix_colors_unfocused; + delete [] pix_colors_unfocused; #endif displays.put (display);