diff options
author | bamse16 <marius@marius.me.uk> | 2009-03-11 05:37:23 +0000 |
---|---|---|
committer | bamse16 <marius@marius.me.uk> | 2009-03-11 05:37:23 +0000 |
commit | 412199cb8c10dfb18834f7d89bfd72b6558540a5 (patch) | |
tree | aaf07a5ae75c5e12234a645cd84402dfe8f38ded /Source/SPTableData.m | |
parent | 14e31698388f4472cedf62dbd4f60a5749de0306 (diff) | |
download | sequelpro-412199cb8c10dfb18834f7d89bfd72b6558540a5.tar.gz sequelpro-412199cb8c10dfb18834f7d89bfd72b6558540a5.tar.bz2 sequelpro-412199cb8c10dfb18834f7d89bfd72b6558540a5.zip |
More small bugfixes
Diffstat (limited to 'Source/SPTableData.m')
-rw-r--r-- | Source/SPTableData.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPTableData.m b/Source/SPTableData.m index 1ff4917c..905a8ec5 100644 --- a/Source/SPTableData.m +++ b/Source/SPTableData.m @@ -554,6 +554,7 @@ } [detailParser release]; } + [fieldParser release]; // Also capture a general column type "group" to allow behavioural switches detailString = [[NSString alloc] initWithString:[fieldDetails objectForKey:@"type"]]; @@ -583,6 +584,7 @@ } else { [fieldDetails setObject:@"blobdata" forKey:@"typegrouping"]; } + [detailString release]; // Set up some column defaults for all columns [fieldDetails setValue:[NSNumber numberWithBool:YES] forKey:@"null"]; |