https://bugs.winehq.org/show_bug.cgi?id=44609
Bug ID: 44609 Summary: Memory leak in [widl.c:729] Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: tools Assignee: wine-bugs@winehq.org Reporter: fan.gang.cn@gmail.com Distribution: ---
Created attachment 60597 --> https://bugs.winehq.org/attachment.cgi?id=60597 The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/po.c. I've uploaded a screenshot of the leak trace.
This leak happens when the if condition is not satisfied on line 731. It is better to free this buffer in the else branch.
Gang Sourcebrella