demangle_datatype: delete superflous free().
This commit is contained in:
parent
0595c0ca07
commit
2c481cebcd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue