--- rxvt-unicode/src/main.C 2011/02/01 00:41:01 1.351 +++ rxvt-unicode/src/main.C 2011/02/11 01:24:46 1.352 @@ -189,7 +189,6 @@ flush_ev.set (this); destroy_ev.set (this); pty_ev.set (this); - incr_ev.set (this); termwin_ev.set (this); vt_ev.set (this); @@ -275,7 +274,6 @@ free (env_term); free (locale); free (v_buffer); - free (incr_buf); delete envv; delete argv; @@ -321,7 +319,6 @@ #if ENABLE_TRANSPARENCY || ENABLE_PERL rootwin_ev.stop (display); #endif - incr_ev.stop (); termwin_ev.stop (display); vt_ev.stop (display); }