]> andersk Git - splint.git/blobdiff - src/functionClause.c
Fixed some splintme errors from the previous code change.
[splint.git] / src / functionClause.c
index f63810ce9206a18430392b43e7ddab151820b658..a127ed45f31c12965949e4b15bbe72eda64f5f2e 100644 (file)
@@ -57,6 +57,7 @@ extern functionClause functionClause_createState (stateClause node) /*@*/
       (!stateClause_isMetaState (node) ) )
     {
       DPRINTF((message("functionClause_createState:: Returning functionClause_undefined" ) ));
+      stateClause_free (node);
       return functionClause_undefined;
     }
   else
This page took 0.05131 seconds and 4 git commands to generate.