diff options
Diffstat (limited to 'Source/SPHistoryController.m')
-rw-r--r-- | Source/SPHistoryController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPHistoryController.m b/Source/SPHistoryController.m index b8128a0f..421569e7 100644 --- a/Source/SPHistoryController.m +++ b/Source/SPHistoryController.m @@ -65,6 +65,7 @@ - (void) dealloc { +NSLog(@"history is dealloc'd"); [[NSNotificationCenter defaultCenter] removeObserver:self]; [tableContentStates release]; [history release]; |