Commit 2c481ceb authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Alexandre Julliard

demangle_datatype: delete superflous free().

parent 0595c0ca
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment