]> andersk Git - splint.git/blobdiff - src/clabstract.c
Fixed anytype resolution.
[splint.git] / src / clabstract.c
index e83e20fb5bc3a89019e82aff57786a264d33924f..41ffacc6b6b5e87fdc32c04916a91fdd18d3e84d 100644 (file)
@@ -773,10 +773,11 @@ void clabstract_declareFunction (idDecl tid) /*@globals undef saveFunction; @*/
          
          resetGlobals ();
        }
-      
+
       resetStorageClass ();
-      idDecl_free (tid);
     }
+
+  idDecl_free (tid);
 }
 
 void declareStaticFunction (idDecl tid) /*@globals undef saveFunction; @*/
This page took 0.141843 seconds and 4 git commands to generate.