diff options
Diffstat (limited to 'Source/SPDotExporter.m')
-rw-r--r-- | Source/SPDotExporter.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPDotExporter.m b/Source/SPDotExporter.m index 044065e5..9296b231 100644 --- a/Source/SPDotExporter.m +++ b/Source/SPDotExporter.m @@ -106,6 +106,7 @@ { // Check for cancellation flag if ([self isCancelled]) { + [fkInfo release]; [pool release]; return; } |