X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/6c50dc9249a1abaee3d737a499833718be2e6e0a..b73d1009d4a3494951c129e49f50f8b4c795deb1:/src/idDecl.c diff --git a/src/idDecl.c b/src/idDecl.c index 4c0429c..d60e65e 100644 --- a/src/idDecl.c +++ b/src/idDecl.c @@ -51,7 +51,7 @@ idDecl_free (idDecl t) { if (idDecl_isDefined (t)) { - /*@i523 functionClauseList_free (t->clauses); */ /* evans 2002-01-03: splint catches this now! */ + /* don't: functionClauseList_free (t->clauses); */ /* evans 2002-01-03: splint catches this now! */ qtype_free (t->typ); cstring_free (t->id);