#10654 closed defect (fixed)
PSP errors
Reported by: | necros2k7 | Owned by: | digitall |
---|---|---|---|
Priority: | normal | Component: | Port: PSP |
Version: | Keywords: | PSP | |
Cc: | Game: |
Description
[backends\platform\psp\display_manager.cpp:122] -> [backends\platform\psp\display_manager.cpp:121]: (error) Iterator 'i' used after element has been erased.
[backends\platform\psp\tests.cpp:569]: (error) Memory leak: buffer
[backends\platform\psp\tests.cpp:703]: (error) Memory leak: readPhrase
Change History (3)
comment:1 by , 4 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 4 years ago
Component: | Ports → Port: PSP |
---|
Note:
See TracTickets
for help on using tickets.
These should be fixed by commit 9c1dfe41aaecc01702ed5ff01c07d9ece5d8bb39.
Closing as fixed.
@necros2k7: As an aside, what linting tool did you use to get these static analysis reports on the code? splint? Just that would be useful to run this regularly and deal with output. Thanks.