Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
04324 Misc. Minor Always Apr 25, 2011, 19:02 May 27, 2011, 04:03
Tester Tafoid View Status Public Platform MAME (Self-compiled)
Assigned To Resolution Fixed OS Windows XP (32-bit)
Status [?] Resolved Driver
Version 0.142u2 Fixed in Version 0.142u4 Build Debug
Fixed in Git Commit Github Pull Request #
Summary 04324: [debug] Memory leaks when running MAME without a game to start.
Description When starting a debug build of MAME, you are brought to the internal UI. If you escape (exit mame), there will be a memory leak warning:

E:\MAMESRC>mamed
--- memory leak warning ---
#004817, nofree 42264 bytes (src/emu/driver.c:163)
#004815, nofree 10566 bytes (src/emu/driver.c:162)
a total of 52830 bytes were not freed
Steps To Reproduce
Additional Information
Github Commit
Flags Debug build specific
Regression Version 0.142u1
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.07402
Fujix
Administrator
Apr 26, 2011, 03:52
edited on: Apr 26, 2011, 03:52
And this is the warning on 64-bit:
D:\mame>mame64d
--- memory leak warning ---
#006033, nofree 10566 bytes (src/emu/driver.c:162)
#006035, nofree 84528 bytes (src/emu/driver.c:163)
a total of 95094 bytes were not freed