]> andersk Git - splint.git/blobdiff - src/llmain.c
Commented out the context_destroyMod (); destroy line
[splint.git] / src / llmain.c
index 739fc96f74a17ba7560c7142a184edcfb2ba28d7..a5cd809a346f097ef9164f161e3cd805ebb5f293 100644 (file)
@@ -1286,7 +1286,13 @@ llexit (int status)
   if (status != LLFAILURE)
     {
       usymtab_destroyMod ();
-      context_destroyMod ();
+
+      /*drl I'm commenting this line out
+               because it is causing Splint to crash when built with
+                       2.95 I'm not sure if this is a compiler bug or if if has to do with bool
+                               Any way if we're going to exist the program why do we bother freeing stuff...
+      */
+      /*      context_destroyMod (); */
       exprNode_destroyMod ();
       cppReader_destroyMod ();
       sRef_destroyMod ();
This page took 0.423088 seconds and 4 git commands to generate.