Commit 506ce38d authored by mcafee%netscape.com's avatar mcafee%netscape.com
Browse files

Cut & Paste bug, double-freeing stuff. Thanks to Peter.vanHelden@net.HCC.nl for the fix.

parent ebc8e373
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -253,9 +253,9 @@ Destroy(Widget w)
		XFreePixmap(dpy, t->tree.filePixmask);
		XFreePixmap(dpy, t->tree.folderPixmask);
		XFreePixmap(dpy, t->tree.folderOpenPixmask);
		XFreePixmap(dpy, t->tree.filePixmask);
		XFreePixmap(dpy, t->tree.folderPixmask);
		XFreePixmap(dpy, t->tree.folderOpenPixmask);
		XFreePixmap(dpy, t->tree.filePixmap);
		XFreePixmap(dpy, t->tree.folderPixmap);
		XFreePixmap(dpy, t->tree.folderOpenPixmap);
		XFreeColors(dpy, attr.colormap, t->tree.pixColors, 4, 0L);
		}
	}