diff options
-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"]; |