aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/TableDocument.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m
index 98a231ab..d35e4684 100644
--- a/Source/TableDocument.m
+++ b/Source/TableDocument.m
@@ -528,6 +528,7 @@
NSArray *tables = [tablesListInstance tables];
if([tables indexOfObject:[spfSession objectForKey:@"table"]] == NSNotFound) {
+ [self endTask];
[taskPool drain];
return;
}