Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000107MPfmPlayerpublic2011-05-22 09:302011-05-29 10:59
Reporterycastonguay 
Assigned Toycastonguay 
PriorityurgentSeveritymajorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version0.4.4.3 
Target Version0.4.4.4Fixed in Version0.4.4.4 
Summary0000107: Memory leak when loading multiple gapless sequences
DescriptionThe sounds aren't released from the memory. They must be released cleanly. Check if the playback mode needs to be changed.
TagsNo tags attached.
Attached Files

- Relationships

-  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
Powered by Mantis Bugtracker