From: Jay Freeman (saurik) Date: Thu, 2 Dec 2010 00:30:20 +0000 (-0800) Subject: Apparently, NSRecycleZone actually destroys the zone. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/dc88d114dd3b9c12b8f41b0f68097062c552ba05 Apparently, NSRecycleZone actually destroys the zone. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 4dd2b57c..20d82bbc 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -3363,7 +3363,9 @@ static NSString *Warning_; cache_.Close(); apr_pool_clear(pool_); + NSRecycleZone(zone_); + zone_ = NSCreateZone(1024 * 1024, 256 * 1024, NO); int chk(creat("/tmp/cydia.chk", 0644)); if (chk != -1)