Skip to content
Snippets Groups Projects
Commit 55f106a8 authored by Lev Walkin's avatar Lev Walkin
Browse files

do not free everything

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