aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/SPCopyTable.m1
-rw-r--r--Source/SPTextView.m4
2 files changed, 3 insertions, 2 deletions
diff --git a/Source/SPCopyTable.m b/Source/SPCopyTable.m
index 973dfecb..31b1e6d4 100644
--- a/Source/SPCopyTable.m
+++ b/Source/SPCopyTable.m
@@ -1263,6 +1263,7 @@ NSInteger kBlobAsImageFile = 4;
[tableMetaData appendFormat:@"%@\n", [col objectForKey:@"comment"]];
}
}
+ free(columnMappings);
inputFileError = nil;
[tableMetaData writeToFile:bundleInputTableMetaDataFilePath
diff --git a/Source/SPTextView.m b/Source/SPTextView.m
index 4867597a..30904ba8 100644
--- a/Source/SPTextView.m
+++ b/Source/SPTextView.m
@@ -3027,8 +3027,8 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse)
if(![[self textStorage] changeInLength])
[self performSelector:@selector(doSyntaxHighlighting) withObject:nil afterDelay:0.4];
}
- else
- [scrollView displayRect:[scrollView visibleRect]];
+ // else
+ // [scrollView displayRect:[scrollView visibleRect]];
}