mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 20:05:08 +00:00
Fixed memory leaks in SOGoSyncCacheObject and correctly kill the cache upon each EAS iteration
This commit is contained in:
@@ -43,10 +43,6 @@
|
||||
|
||||
@implementation SOGoMailBaseObject
|
||||
|
||||
#if 0
|
||||
static BOOL debugOn = YES;
|
||||
#endif
|
||||
|
||||
- (id) initWithImap4URL: (NSURL *) _url
|
||||
inContainer: (id) _container
|
||||
{
|
||||
|
||||
@@ -123,6 +123,9 @@
|
||||
return label;
|
||||
}
|
||||
|
||||
//
|
||||
// Set SOGoDebugLeaks = YES in your defaults to enable.
|
||||
//
|
||||
+ (void) memoryStatistics
|
||||
{
|
||||
Class *classList = GSDebugAllocationClassList ();
|
||||
|
||||
Reference in New Issue
Block a user