do not free everything

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1184 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2006-09-15 16:34:12 +00:00
parent d3420d3586
commit 9c1acb97ce
1 changed files with 2 additions and 0 deletions

View File

@ -236,7 +236,9 @@ check(const char *fname,
/*
* Destroy the asn.
*/
#ifdef CLEAN_EVERYTHING
asn1p_delete(asn);
#endif
return r_value;
}