repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 01eaa1ea790e5213718afdd13c04932651f5f36c: path_to: revision_to:
commit 01eaa1ea790e5213718afdd13c04932651f5f36c Author: Marc LehmannDate: Fri Jan 16 16:34:56 2004 +0000 *** empty log message *** diff --git a/src/main.C b/src/main.C
--- a/src/main.C +++ b/src/main.C @@ -1,7 +1,7 @@ /*--------------------------------*-C-*---------------------------------* * File: main.c *----------------------------------------------------------------------* - * $Id: main.C,v 1.19 2003/12/24 09:22:29 pcg Exp $ + * $Id: main.C,v 1.20 2004/01/16 16:34:56 pcg Exp $ * * All portions of code are copyright by their respective author/s. * Copyright (c) 1992 John Bovey, University of Kent at Canterbury@@ -638,7 +638,7 @@ rxvt_term::window_calc (unsigned int width, unsigned int height) void rxvt_term::tt_winch () { - struct winsize ws; + struct winsize ws; if (cmd_fd < 0) return; diff --git a/src/screen.C b/src/screen.C
--- a/src/screen.C +++ b/src/screen.C @@ -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.15 2004/01/16 16:34:56 pcg Exp $ * * Copyright (c) 1997-2001 Geoff Wing* @@ -449,8 +449,8 @@ rxvt_term::scr_release() } #endif - delete talloc; - delete ralloc; + delete talloc; talloc = 0; + delete ralloc; ralloc = 0; free (screen.text); free (screen.tlen);
-----END OF PAGE-----