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