aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorbamse16 <marius@marius.me.uk>2009-03-11 05:37:23 +0000
committerbamse16 <marius@marius.me.uk>2009-03-11 05:37:23 +0000
commit412199cb8c10dfb18834f7d89bfd72b6558540a5 (patch)
treeaaf07a5ae75c5e12234a645cd84402dfe8f38ded /Source
parent14e31698388f4472cedf62dbd4f60a5749de0306 (diff)
downloadsequelpro-412199cb8c10dfb18834f7d89bfd72b6558540a5.tar.gz
sequelpro-412199cb8c10dfb18834f7d89bfd72b6558540a5.tar.bz2
sequelpro-412199cb8c10dfb18834f7d89bfd72b6558540a5.zip
More small bugfixes
Diffstat (limited to 'Source')
-rw-r--r--Source/SPTableData.m2
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"];