aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseRename.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPDatabaseRename.m')
-rw-r--r--Source/SPDatabaseRename.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPDatabaseRename.m b/Source/SPDatabaseRename.m
index 94555ca6..b7aa3f73 100644
--- a/Source/SPDatabaseRename.m
+++ b/Source/SPDatabaseRename.m
@@ -112,6 +112,7 @@
- (void)dealloc
{
[dbInfo release], dbInfo = nil;
+ [super dealloc];
}
-@end \ No newline at end of file
+@end