https://bugs.winehq.org/show_bug.cgi?id=44605
Bug ID: 44605 Summary: Memory leak in [main.c:688] 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 60593 --> https://bugs.winehq.org/attachment.cgi?id=60593 The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/main.c. I've uploaded a screenshot of the leak trace.
Even though this leak happens in the main function, which means this cannot be count as an actual leak. It is still recommended to free the resource for better coding practice and for future wine newbies.
Gang Sourcebrella