winedump: Remove a FIXME.

It is not considered worthwhile freeing memory in short-lived
programs

Signed-off-by: David Kahurani <k.kahurani@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
David Kahurani 2021-10-12 15:31:17 +03:00 committed by Alexandre Julliard
parent 64191946d3
commit 3dea31ed06
1 changed files with 0 additions and 1 deletions

View File

@ -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...
*/