muhku / FreeStreamer

A low-memory footprint streaming audio player for iOS and OS X
http://muhku.github.io/FreeStreamer/
Other
2.1k stars 437 forks source link

fix bug #423 astreamer::Audio_Stream::cleanupCachedData() crash 80% background #435

Closed caodingpeng closed 5 years ago

caodingpeng commented 5 years ago

m_processedPackets cached all packages, after free packages ,we should clear the list otherwise when run to method cleanupCachedData,m_processedPackets.back() will pop a freed object, which will cause crash

muhku commented 5 years ago

👏