*** empty log message ***
authorayin <ayin>
Wed, 20 Jun 2007 13:46:24 +0000 (13:46 +0000)
committerayin <ayin>
Wed, 20 Jun 2007 13:46:24 +0000 (13:46 +0000)
Changes
src/xpm.C

diff --git a/Changes b/Changes
index e99df3e..ef93dbd 100644 (file)
--- 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 <tom__> #0  0x0818385b in ?? ()
-14:32:40 <tom__> #1  0xb7e8d3f5 in _XFreeExtData () from /usr/lib/libX11.so.6
-14:32:40 <tom__> #2  0xb7e8d4d3 in XFreeGC () from /usr/lib/libX11.so.6
-14:32:40 <tom__> #3  0x0807f1a1 in rxvt_term::check_our_parents_cb ()
-14:32:40 <tom__> #4  0x08085722 in io_manager::loop ()
-14:32:41 <tom__> #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
index aa7db70..3e3af9f 100644 (file)
--- 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
       {