Status: Unconfirmed Owner: ---- Labels: OS-Linux Area-Misc Size-Medium Type-Bug
New issue 16036 by awongawong: Alsa Audio Output leaks on shutdown http://code.google.com/p/chromium/issues/detail?id=16036 Audio Output Stream's shutdown code does not correctly delete the output stream object after the thread is shutdown. This causes a resource leak. Because the data source has been modified to be non-blocking, we should now remove the per-stream output thread, and use a single message loop over all output streams for writing audio data. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
