diff options
Diffstat (limited to 'Source/SPCSVExporter.m')
-rw-r--r-- | Source/SPCSVExporter.m | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPCSVExporter.m b/Source/SPCSVExporter.m index 2dca9694..8657d766 100644 --- a/Source/SPCSVExporter.m +++ b/Source/SPCSVExporter.m @@ -413,9 +413,8 @@ [pool release]; } -/** - * Dealloc - */ +#pragma mark - + - (void)dealloc { if (csvDataArray) [csvDataArray release], csvDataArray = nil; |