demangle_datatype: delete superflous free().

This commit is contained in:
Uwe Bonnes 2002-10-19 17:16:29 +00:00 committed by Alexandre Julliard
parent 0595c0ca07
commit 2c481cebcd
1 changed files with 0 additions and 1 deletions

View File

@ -529,7 +529,6 @@ static char *demangle_datatype (char **str, compound_type *ct,
} else while (*iter == '@') iter++;
iter++;
ct->expression = str_create(2, ct->expression, ")");
FREE_CT (sub_ct);
}
else
return NULL;