summaryrefslogtreecommitdiff
blob: 83f4b66f8239b332f9bc41914c8d1f945d1b4d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/app_main.cpp b/src/app_main.cpp
index a33c042..e7ade81 100644
--- a/src/app_main.cpp
+++ b/src/app_main.cpp
@@ -205,7 +205,7 @@ public:
     }
 
     ep->close();
-    delete ep;//<--- In next release, make the class virtual
+//    delete ep;//<--- In next release, make the class virtual # this is miscompiled clang@xcode-6.3
 
     printf("\n");