aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPrintController.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPPrintController.m')
-rw-r--r--Source/SPPrintController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPPrintController.m b/Source/SPPrintController.m
index 70f5662b..d0feec68 100644
--- a/Source/SPPrintController.m
+++ b/Source/SPPrintController.m
@@ -193,7 +193,7 @@
{
[[printWebView mainFrame] loadHTMLString:HTMLString baseURL:nil];
- if (printThread) [printThread release];
+ if (printThread) SPClear(printThread);
}
/**