aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPPDFExporter.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPPDFExporter.m')
-rw-r--r--Source/SPPDFExporter.m9
1 files changed, 3 insertions, 6 deletions
diff --git a/Source/SPPDFExporter.m b/Source/SPPDFExporter.m
index a850e2bf..725b4173 100644
--- a/Source/SPPDFExporter.m
+++ b/Source/SPPDFExporter.m
@@ -50,12 +50,9 @@
*/
- (void)main
{
- @try {
- NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
-
- [pool release];
- }
- @catch (NSException *e) { }
+ NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
+
+ [pool release];
}
@end