remove comment
diff --git a/libasn1fix/asn1fix_cws.c b/libasn1fix/asn1fix_cws.c
index 245b1c1..e0ab941 100644
--- a/libasn1fix/asn1fix_cws.c
+++ b/libasn1fix/asn1fix_cws.c
@@ -255,7 +255,7 @@
 			);
 	} 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;
 	}