https://bugs.winehq.org/show_bug.cgi?id=44603
Bug ID: 44603 Summary: Memory leak in [import.c:290] 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 60591 --> https://bugs.winehq.org/attachment.cgi?id=60591 The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/import.c. I've uploaded a screenshot of the leak trace.
Gang Sourcebrella
https://bugs.winehq.org/show_bug.cgi?id=44603
--- Comment #1 from Fan gang fan.gang.cn@gmail.com --- Calling get_dll_name will allocate a piece of new mem, and it should be freed somewhere in the caller function.