do not free everything

This commit is contained in:
Lev Walkin 2006-09-15 16:34:12 +00:00
parent 866bd7f76b
commit 55f106a8b2
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;
}