don't free for now

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@867 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2005-04-13 13:20:20 +00:00
parent 938c104231
commit 318bc270be
1 changed files with 5 additions and 1 deletions

View File

@ -62,7 +62,11 @@ asn1f_pull_components_of(arg_t *arg) {
coft = asn1p_expr_clone(terminal, 1 /* Skip extensions */);
if(!coft) return -1; /* ENOMEM */
asn1p_expr_free(memb); /* Don't need it anymore*/
if(0) {
asn1p_expr_free(memb); /* Don't need it anymore*/
} else {
/* Actual removal clashes with constraints... skip. */
}
/*
* Move all components of the cloned structure