Revision: 28718
          http://sourceforge.net/p/bibdesk/svn/28718
Author:   hofman
Date:     2024-02-09 17:33:29 +0000 (Fri, 09 Feb 2024)
Log Message:
-----------
do use FVDefaultZone for zlib

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVCacheFile.mm

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVCacheFile.mm
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVCacheFile.mm    2024-02-09 
17:22:43 UTC (rev 28717)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVCacheFile.mm    2024-02-09 
17:33:29 UTC (rev 28718)
@@ -315,7 +315,7 @@
             
             strm.zalloc = Z_NULL;
             strm.zfree = Z_NULL;
-            strm.opaque = Z_NULL;
+            strm.opaque = FVDefaultZone();
             strm.total_out = 0;
             strm.next_in = (Bytef *)[data bytes];
             strm.avail_in = location->_decompressedLength;
@@ -395,7 +395,7 @@
             strm.total_out = 0;
             strm.zalloc = Z_NULL;
             strm.zfree = Z_NULL;
-            strm.opaque = Z_NULL;
+            strm.opaque = FVDefaultZone();
             
             (void) inflateInit(&strm);
             

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to