Commit 3dea31ed authored by David Kahurani's avatar David Kahurani Committed by Alexandre Julliard

winedump: Remove a FIXME.

It is not considered worthwhile freeing memory in short-lived programs Signed-off-by: 's avatarDavid Kahurani <k.kahurani@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 64191946
......@@ -531,7 +531,6 @@ static char *demangle_datatype (char **str, compound_type *ct,
if (*iter == '6')
{
int sub_expressions = 0;
/* FIXME: there are tons of memory leaks here */
/* FIXME: this is still broken in some cases and it has to be
* merged with the function prototype parsing above...
*/
......
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