diff options
Diffstat (limited to 'Source/SPSQLExporter.m')
-rw-r--r-- | Source/SPSQLExporter.m | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPSQLExporter.m b/Source/SPSQLExporter.m index b811c523..c1ce7412 100644 --- a/Source/SPSQLExporter.m +++ b/Source/SPSQLExporter.m @@ -916,9 +916,8 @@ return [placeholderSyntax autorelease]; } -/** - * Dealloc - */ +#pragma mark - + - (void)dealloc { [sqlExportTables release], sqlExportTables = nil; |