Revision: 3055
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3055&view=rev
Author:   amaxwell
Date:     2007-10-21 15:08:57 -0700 (Sun, 21 Oct 2007)

Log Message:
-----------
End decompress; fixes leak

Modified Paths:
--------------
    trunk/NSFileManager_ExtendedAttributes.m

Modified: trunk/NSFileManager_ExtendedAttributes.m
===================================================================
--- trunk/NSFileManager_ExtendedAttributes.m    2007-10-21 22:08:14 UTC (rev 
3054)
+++ trunk/NSFileManager_ExtendedAttributes.m    2007-10-21 22:08:57 UTC (rev 
3055)
@@ -553,7 +553,7 @@
         }
     } while(bzret != BZ_STREAM_END && NO == hadError);
     
-    BZ2_bzCompressEnd(&stream);
+    BZ2_bzDecompressEnd(&stream);
     [buffer release];
 
        return decompressed;


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to