diff options
Diffstat (limited to 'Source/SPTableData.m')
-rw-r--r-- | Source/SPTableData.m | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPTableData.m b/Source/SPTableData.m index 82b7a9da..fe13e4f3 100644 --- a/Source/SPTableData.m +++ b/Source/SPTableData.m @@ -583,7 +583,9 @@ [NSString stringWithFormat:NSLocalizedString(@"An error occurred while retrieving the information for table '%@'. Please try again.\n\nMySQL said: %@", @"error retrieving table information informative message"), tableName, [mySQLConnection getLastErrorMessage]]); } - + [tableColumns release]; + [encodingString release]; + return nil; } |