aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/macExample/macExample/main.mm
diff options
context:
space:
mode:
Diffstat (limited to 'example/mac/macExample/macExample/main.mm')
-rw-r--r--example/mac/macExample/macExample/main.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/example/mac/macExample/macExample/main.mm b/example/mac/macExample/macExample/main.mm
index 9572234a..cdb19817 100644
--- a/example/mac/macExample/macExample/main.mm
+++ b/example/mac/macExample/macExample/main.mm
@@ -13,7 +13,7 @@
int main(int argc, char *argv[])
{
u_setDataDirectory("/usr/local/share/icu");
- mailcore::AutoreleasePool * pool = new mailcore::AutoreleasePool();
+ //mailcore::AutoreleasePool * pool = new mailcore::AutoreleasePool();
return NSApplicationMain(argc, (const char **)argv);
- pool->release();
+ //pool->release();
}