diff options
author | rowanbeentje <rowan@beent.je> | 2010-03-13 20:41:36 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-03-13 20:41:36 +0000 |
commit | da87ee2564f73d7f578ffb08e5d03073ce49d694 (patch) | |
tree | 6b5a2e11798787e8614779c47611e506daff25b7 /Source/TableDump.m | |
parent | 4b13d761590d65d2b294aaa6c17654edbd0a811e (diff) | |
download | sequelpro-da87ee2564f73d7f578ffb08e5d03073ce49d694.tar.gz sequelpro-da87ee2564f73d7f578ffb08e5d03073ce49d694.tar.bz2 sequelpro-da87ee2564f73d7f578ffb08e5d03073ce49d694.zip |
- Fix some leaks and autoreleases after checking static analysis
Diffstat (limited to 'Source/TableDump.m')
-rw-r--r-- | Source/TableDump.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDump.m b/Source/TableDump.m index fb42c7f2..adc28259 100644 --- a/Source/TableDump.m +++ b/Source/TableDump.m @@ -2535,7 +2535,7 @@ NSMutableString *errors = [NSMutableString string]; NSStringEncoding connectionEncoding = [mySQLConnection encoding]; NSMutableString *csvLineEnd; - NSDictionary *tableDetails; + NSDictionary *tableDetails = nil; NSMutableArray *tableColumnNumericStatus; // Reset the interface |