[gs-commits] mupdf 1.16.1.76 Memento: Fix return in MEMENTO_LEAKONLY c

[email protected] (Robin Watts) Thu, 3 Oct 2019 15:19:03 +0000 (UTC)
Newsgroups gmane.comp.printing.ghostscript.cvs
Message-ID <[email protected]>
commit 341ad550e43c9cc9e66a1d1cea571384d71f4eb5
Author: Robin Watts <[email protected]>
Date:   Thu Oct 3 11:12:45 2019 +0100

    Memento: Fix return in MEMENTO_LEAKONLY case.

diff --git a/source/fitz/memento.c b/source/fitz/memento.c
index 715800f..8d8df97 100644
--- a/source/fitz/memento.c
+++ b/source/fitz/memento.c
@@ -2680,8 +2680,8 @@ int Memento_checkAllMemory(void)
         Memento_breakpoint();
         return 1;
     }
-    return 0;
 #endif
+    return 0;
 }
 
 int Memento_setParanoia(int i)

http://git.ghostscript.com/?p=mupdf.git;a=commit;h=341ad550e43c9cc9e66a1d1cea571384d71f4eb5

--
MuPDF library
Artifex Software, Inc.