remove comment

This commit is contained in:
Lev Walkin 2017-06-27 08:22:30 -07:00
parent f4cbbe70e8
commit af8595ad09
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ _asn1f_assign_cell_value(arg_t *arg, struct asn1p_ioc_row_s *row, struct asn1p_i
);
} else {
WARNING("asn1c only be able to parse TypeFieldSpec and FixedTypeValueFieldSpec. Failed when parsing %s at line %d\n", p, arg->expr->_lineno);
free(p); /* bad idea freeing object you refer to later! */
free(p);
free(pp);
return -1;
}