--- rxvt-unicode/src/screen.C 2003/12/26 07:42:23 1.14 +++ rxvt-unicode/src/screen.C 2004/01/16 22:11:09 1.16 @@ -1,7 +1,7 @@ /*--------------------------------*-C-*--------------------------------------* * File: screen.c *---------------------------------------------------------------------------* - * $Id: screen.C,v 1.14 2003/12/26 07:42:23 pcg Exp $ + * $Id: screen.C,v 1.16 2004/01/16 22:11:09 pcg Exp $ * * Copyright (c) 1997-2001 Geoff Wing * @@ -449,8 +449,8 @@ } #endif - delete talloc; - delete ralloc; + delete talloc; talloc = 0; + delete ralloc; ralloc = 0; free (screen.text); free (screen.tlen); @@ -2567,10 +2567,9 @@ void rxvt_term::incr_cb (time_watcher &w) { - w.stop (); selection_wait = Sel_none; - rxvt_print_error("data loss: timeout on INCR selection paste"); + rxvt_print_error ("data loss: timeout on INCR selection paste"); } /*