]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 18 Sep 2011 02:03:06 +0000 (02:03 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 18 Sep 2011 02:03:06 +0000 (02:03 +0000)
MagickCore/xwindow.c

index 395022cb6bc3be21079e95260bf6178d03434bf6..5347d0eec868ab22fbfb169bc2ed99ba87927392 100644 (file)
@@ -389,10 +389,6 @@ MagickExport void DestroyXResources(void)
     }
   if (windows->class_hints != (XClassHint *) NULL)
     {
-      if (windows->class_hints->res_name != (char *) NULL)
-        XFree(windows->class_hints->res_name);
-      if (windows->class_hints->res_class != (char *) NULL)
-        XFree(windows->class_hints->res_class);
       XFree(windows->class_hints);
       windows->class_hints=(XClassHint *) NULL;
     }