https://bugs.winehq.org/show_bug.cgi?id=44608
Bug ID: 44608 Summary: Memory leak in [utils.c] 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 60596 --> https://bugs.winehq.org/attachment.cgi?id=60596 The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/utils.c. I've uploaded a screenshot of the leak trace.
make_c_identifier allocates a new buffer but strmake() won't free it.
Gang Sourcebrella