[Bug 44600] Memory leak in toos/wmc/po.c

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 28 09:29:06 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=44600

--- Comment #5 from Alexandre Julliard <julliard at winehq.org> ---
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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list