https://bugs.winehq.org/show_bug.cgi?id=44600
--- Comment #6 from Fan gang fan.gang.cn@gmail.com --- (In reply to Alexandre Julliard from comment #5)
I'd argue that the bugs are not valid even in theory. exit() frees the entire address space, and it's a legitimate way of freeing memory. There are no leaks to fix, and there's no reason to add explicit free() calls. They only make the code more complex and slower, for no benefit except some misguided sense of "following the rules".
As such, it's not a task that anybody should be working on, even at the lowest priority. Patches that attempt to "fix" such issues will not be accepted.
Sure, I will respect your decision.