ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/main.C
(Generate patch)

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.394 by root, Sat Dec 13 10:07:30 2014 UTC vs.
Revision 1.395 by root, Sat Dec 13 11:58:23 2014 UTC

254 for (int i = 0; i < TOTAL_COLORS; i++) 254 for (int i = 0; i < TOTAL_COLORS; i++)
255 if (ISSET_PIXCOLOR (i)) 255 if (ISSET_PIXCOLOR (i))
256 { 256 {
257 pix_colors_focused [i].free (this); 257 pix_colors_focused [i].free (this);
258#if OFF_FOCUS_FADING 258#if OFF_FOCUS_FADING
259 if (rs[Rs_fade])
259 pix_colors_unfocused [i].free (this); 260 pix_colors_unfocused [i].free (this);
260#endif 261#endif
261 } 262 }
262 263
263 clear (); 264 clear ();
264 265

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines