Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05494 Misc. Minor Have not tried Apr 9, 2014, 00:13 Oct 12, 2014, 10:56
Tester Tafoid View Status Public Platform
Assigned To Resolution Fixed OS
Status [?] Resolved Driver
Version 0.153 Fixed in Version 0.156 Build
Fixed in Git Commit Github Pull Request #
Summary 05494: All sets in kinst.c and pyson.c: Memory Leak Warning
Description When running the game, you will get a memory leak warning on exit like the following:
--- memory leak warning ---
#012436, nofree 144 bytes (src/lib/util/coretmpl.h:403)
#012489, nofree 144 bytes (src/lib/util/coretmpl.h:403)
#012459, nofree 144 bytes (src/lib/util/coretmpl.h:403)
#012458, nofree 144 bytes (src/lib/util/coretmpl.h:403)
#012513, nofree 144 bytes (src/lib/util/coretmpl.h:403)
a total of 720 bytes were not freed
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version 0.153
Affected Sets / Systems All sets in kinst.c and pyson.c
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
1
User avatar
No.11045
Tafoid
Administrator
Oct 12, 2014, 10:56
Suspect r28427 (Moved core template container classes up from emutempl.h to coretmpl.h)