Module: wine Branch: master Commit: 3dea31ed06df6c402d4e5645517f2ebd2778ca79 URL: https://source.winehq.org/git/wine.git/?a=commit;h=3dea31ed06df6c402d4e56455...
Author: David Kahurani k.kahurani@gmail.com Date: Tue Oct 12 15:31:17 2021 +0300
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
---
tools/winedump/msmangle.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/tools/winedump/msmangle.c b/tools/winedump/msmangle.c index d22f4715937..ee7b033f757 100644 --- a/tools/winedump/msmangle.c +++ b/tools/winedump/msmangle.c @@ -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... */