https://bugs.winehq.org/show_bug.cgi?id=44602
Bug ID: 44602 Summary: Memory leak in [spec32.c:215] 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 60590 --> https://bugs.winehq.org/attachment.cgi?id=60590 The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/spec32.c I've uploaded a screenshot of the leak trace.
The function build_args_string() will allocate a piece of new mem and it should be freed when finish using.
Gang Sourcebrella