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

not always true

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