mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
Fixed memory leaks in SOGoSyncCacheObject and correctly kill the cache upon each EAS iteration
This commit is contained in:
@@ -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