mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-17 20:45:56 +00:00
show "dealloc" messages since "init" messages are shown already
This commit is contained in:
@@ -95,7 +95,7 @@ static Class MAPIStoreFolderK;
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
// [self logWithFormat: @"-dealloc"];
|
||||
[self logWithFormat: @"-dealloc"];
|
||||
[sogoObject release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user