Commit c16cf431 authored by Lev Walkin's avatar Lev Walkin

not always true

parent 0b6dbfb6
......@@ -111,7 +111,8 @@ asn1p_parse_file(const char *filename, enum asn1p_flags flags) {
if(_asn1p_fix_modules(a, filename))
return NULL; /* FIXME: destroy (a) */
} else {
assert(a == NULL);
/* Not always true: assert(a == NULL); */
a = NULL;
}
return a;
......
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