repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 01eaa1ea790e5213718afdd13c04932651f5f36c:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 01eaa1ea790e5213718afdd13c04932651f5f36c
Author: Marc Lehmann 
Date:   Fri Jan 16 16:34:56 2004 +0000

    *** empty log message ***

diff --git a/src/main.C b/src/main.C
index bb0e6034e5d07cd2553c93c6f4c211e8e352b1d0..
index ..ed96db2de821b6a215fe35314fb766f132165bef 100644
--- 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
index 20e5f3b40647de6da6d9b48fd32eafa8233ba50e..
index ..3eefa9b2eb55224602bfe057ab6f09e8c71031d6 100644
--- 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-----