From af8595ad0956d299214606dff5e242457ec79fa9 Mon Sep 17 00:00:00 2001 From: Lev Walkin Date: Tue, 27 Jun 2017 08:22:30 -0700 Subject: [PATCH] remove comment --- libasn1fix/asn1fix_cws.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libasn1fix/asn1fix_cws.c b/libasn1fix/asn1fix_cws.c index 245b1c1b..e0ab9419 100644 --- a/libasn1fix/asn1fix_cws.c +++ b/libasn1fix/asn1fix_cws.c @@ -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; }