--- src/main.c.orig Sun Dec 12 16:46:36 2004 +++ src/main.c Sun Dec 12 16:46:57 2004 @@ -109,7 +109,7 @@ wwarning(_("could not load image file %s:%s"), path, RMessageForError(RErrorCode)); else { icon = WMCreatePixmapFromRImage(scr, tmp, 0); - RDestroyImage(tmp); + RReleaseImage(tmp); if (icon) { WMSetApplicationIconImage(scr, icon); WMReleasePixmap(icon); --- patch-main.c ends here ---