]> andersk Git - splint.git/blobdiff - src/metaStateInfo.c
Fixed anytype resolution.
[splint.git] / src / metaStateInfo.c
index 773207c07d476748676c31a285958deff616bef8..18fbc2577988049b6101ebe01143eec15e79bf06 100644 (file)
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on lclint: lclint-request@cs.virginia.edu
-** To report a bug: lclint-bug@cs.virginia.edu
+** For information on splint: info@splint.org
+** To report a bug: splint-bug@splint.org
 ** For more information: http://www.splint.org
 */
 /*
 ** metaStateInfo.c
 */
 
-# include "lclintMacros.nf"
+# include "splintMacros.nf"
 # include "basic.h"
 
 /*@notnull@*/ metaStateInfo 
@@ -67,6 +67,7 @@ void metaStateInfo_free (/*@only@*/ metaStateInfo msinfo)
       stateCombinationTable_free (msinfo->sctable);
       stateCombinationTable_free (msinfo->mergetable);
       fileloc_free (msinfo->loc);
+      mtContextNode_free (msinfo->context); /* evans 2002-01-03 */
       sfree (msinfo);
     }
 }
This page took 0.038816 seconds and 4 git commands to generate.