]> granicus.if.org Git - imagemagick/commitdiff
Return value (type MagickBooleanType) ignored
authorCristy <urban-warrior@imagemagick.org>
Thu, 7 Jan 2016 13:26:04 +0000 (08:26 -0500)
committerCristy <urban-warrior@imagemagick.org>
Thu, 7 Jan 2016 13:26:04 +0000 (08:26 -0500)
MagickCore/memory.c

index f97d4ca144d76b551bc23903fe451a231965ad51..0a3e83692dff010a100d117598e1463930f9192a 100644 (file)
@@ -635,7 +635,7 @@ MagickExport MemoryInfo *AcquireVirtualMemory(const size_t count,
                 File-backed memory mapping failed, delete the temporary file.
               */
               (void) close(file);
-              RelinquishUniqueFileResource(memory_info->filename);
+              (void) RelinquishUniqueFileResource(memory_info->filename);
               *memory_info->filename = '\0';
             }
         }