aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPExportController.m')
-rw-r--r--Source/SPExportController.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPExportController.m b/Source/SPExportController.m
index 036ba588..d0cc34f9 100644
--- a/Source/SPExportController.m
+++ b/Source/SPExportController.m
@@ -176,4 +176,10 @@ objectValueForTableColumn:(NSTableColumn *)aTableColumn
return self;
}
+
+- (void)dealloc
+{
+ [tables release];
+ [super dealloc];
+}
@end