aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHistoryController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPHistoryController.m')
-rw-r--r--Source/SPHistoryController.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPHistoryController.m b/Source/SPHistoryController.m
index af39323c..aa504bc2 100644
--- a/Source/SPHistoryController.m
+++ b/Source/SPHistoryController.m
@@ -71,8 +71,8 @@
- (void) dealloc
{
[[NSNotificationCenter defaultCenter] removeObserver:self];
- [tableContentStates release];
- [history release];
+ SPClear(tableContentStates);
+ SPClear(history);
[super dealloc];
}