From a020a50efa5435fc5c7317297399196cd35d2c61 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 1 Dec 2010 16:30:20 -0800 Subject: [PATCH] Apparently, NSRecycleZone actually destroys the zone. --- MobileCydia.mm | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.47.2