#9459 closed patch (fixed)
EngineManager memory leak
Reported by: | SF/tomaz82 | Owned by: | digitall |
---|---|---|---|
Priority: | normal | Component: | --Other-- |
Version: | Keywords: | ||
Cc: | Game: |
Description
EngineManager is never destroyed causing a very minor memory leak due to the instance never being deleted.
Patch is against latest trunk as of 2012-09-17
Ticket imported from: #3568569. Ticket imported from: patches/1564.
Attachments (1)
Change History (4)
by , 12 years ago
Attachment: | main.cpp.patch added |
---|
comment:1 by , 12 years ago
The attached patch is relatively trivial and my reading of the code shows that EngineMan(ager) instance is never destroyed so can leak. fuzzie concurred that this should be fine. Committed as 03d34f1f927cc3ac16f3f500688239f7b2f1fc8a.
comment:2 by , 12 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → --Other-- |
---|
Note:
See TracTickets
for help on using tickets.
Patch to destroy EngineManager at the very end of scummvm_main