]> granicus.if.org Git - imagemagick/commitdiff
Removed unnecessary DestroyString.
authordirk <dirk@git.imagemagick.org>
Tue, 9 Feb 2016 19:30:39 +0000 (20:30 +0100)
committerdirk <dirk@git.imagemagick.org>
Tue, 9 Feb 2016 19:30:39 +0000 (20:30 +0100)
MagickCore/utility.c

index 147421b5468f6aaa1e074e5f3263b6c0e0aadb66..d0d59408bad7a93b8c4141b5bcabc5895492e33b 100644 (file)
@@ -1834,7 +1834,6 @@ MagickPrivate MagickBooleanType ShredFile(const char *path)
       /*
         Don't shred the file, just remove it.
       */
-      passes=DestroyString(passes);
       status=remove_utf8(path);
       if (status == -1)
         {