- overhaul of the transparency/pixmap code (sasha).
- fix possible race betwen visual bell and poweron.
(reported by Martin von Gagern, gentoo?).
+ - rxvt -e no longer crashes the child.
+ - fixed some minor memleaks on incorrect usage or
+ missing DISPLAY.
8.3 Wed Aug 1 20:21:31 CEST 2007
- new option: skipScroll/-ss, enabled by default.
get_options (r_argc, r_argv);
if (!(display = displays.get (rs[Rs_display_name])))
- rxvt_fatal ("can't open display %s, aborting.\n", rs[Rs_display_name]);
+ {
+ free (r_argv);
+ rxvt_fatal ("can't open display %s, aborting.\n", rs[Rs_display_name]);
+ }
// using a local pointer decreases code size a lot
xa = display->xa;