Anonymous | Login | Signup for a new account | 2024-11-23 09:29 PST |
Main | My View | View Issues | Change Log | Roadmap | Repositories | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||
0000107 | MPfm | Player | public | 2011-05-22 09:30 | 2011-05-29 10:59 | |||
Reporter | ycastonguay | |||||||
Assigned To | ycastonguay | |||||||
Priority | urgent | Severity | major | Reproducibility | always | |||
Status | resolved | Resolution | fixed | |||||
Platform | OS | OS Version | ||||||
Product Version | 0.4.4.3 | |||||||
Target Version | 0.4.4.4 | Fixed in Version | 0.4.4.4 | |||||
Summary | 0000107: Memory leak when loading multiple gapless sequences | |||||||
Description | The sounds aren't released from the memory. They must be released cleanly. Check if the playback mode needs to be changed. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Notes | |
(0000028) ycastonguay (administrator) 2011-05-22 09:37 |
Added this code to PlayGaplessSequence: if (gaplessSequenceData.sound != null) { gaplessSequenceData.sound.release(); } The subsounds don't need to be released (they raise a memory exception anyway). The application now stays around 60MB memory usage. |
Issue History | |||
Date Modified | Username | Field | Change |
2011-05-22 09:30 | ycastonguay | New Issue | |
2011-05-22 09:30 | ycastonguay | Status | new => assigned |
2011-05-22 09:30 | ycastonguay | Assigned To | => ycastonguay |
2011-05-22 09:37 | ycastonguay | Note Added: 0000028 | |
2011-05-22 09:37 | ycastonguay | Status | assigned => resolved |
2011-05-22 09:37 | ycastonguay | Fixed in Version | => 0.4.4.4 |
2011-05-22 09:37 | ycastonguay | Resolution | open => fixed |
2011-05-29 10:59 | ycastonguay | Category | Global => Player |
Copyright © 2000 - 2011 MantisBT Group |