Commit 55f106a8 authored by Lev Walkin's avatar Lev Walkin

do not free everything

parent 866bd7f7
......@@ -236,7 +236,9 @@ check(const char *fname,
/*
* Destroy the asn.
*/
#ifdef CLEAN_EVERYTHING
asn1p_delete(asn);
#endif
return r_value;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment