repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: b2ec80e0591a89558eeecbe672271c4119a10200:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit b2ec80e0591a89558eeecbe672271c4119a10200
Author: Emanuele Giaquinta 
Date:   Wed Jun 20 13:46:25 2007 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index e99df3e872fd3528e9dbe353b1f77161f58a0f32..
index ..ef93dbd807a5e276ec017d96448a131eeab2b05c 100644
--- a/Changes
+++ b/Changes
@@ -23,13 +23,6 @@ TODO: document -blr units, and possibly fix blur (20 seems to be about 3 pixels,
       80 seems to be about 3 pixels, too, just much slower).
 TODO: when window partially off-screen, -blr does not have any effect anymore.
 TODO: rid of global dpy variable.
-TODO: segfault with -ip in cvs:
-14:32:40  #0  0x0818385b in ?? ()
-14:32:40  #1  0xb7e8d3f5 in _XFreeExtData () from /usr/lib/libX11.so.6
-14:32:40  #2  0xb7e8d4d3 in XFreeGC () from /usr/lib/libX11.so.6
-14:32:40  #3  0x0807f1a1 in rxvt_term::check_our_parents_cb ()
-14:32:40  #4  0x08085722 in io_manager::loop ()
-14:32:41  #5  0x0805a1a7 in main ()
 8.
 	- new option: skipScroll/-ss, enabled by default.
         - go with the times and expect x11 library files in /usr/lib, not
diff --git a/src/xpm.C b/src/xpm.C
index aa7db701e57474551feb4014455193df7e0d96b5..
index ..3e3af9f0aabd297cac26c566b06b90af201dfff4 100644
--- a/src/xpm.C
+++ b/src/xpm.C
@@ -780,7 +780,7 @@ rxvt_term::check_our_parents_cb (time_watcher &w)
   if (have_pixmap)
     {
       Bool success = False ; 
-      GC gc;
+      GC gc = NULL;
       XGCValues gcvalue;
 #ifdef HAVE_AFTERIMAGE
       {

-----END OF PAGE-----