ericmckean / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Android demo client leaks #442

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build the demo android client
2. Connect to the apprtc.appspot.com demo page
3. watch the memory slowly leaking away

What is the expected output? What do you see instead?
After a while OutOfMemory exception arrives

What version of the product are you using? On what operating system?
Newest demo app (https://code.google.com/p/libjingle/source/browse/ r339)

Please provide any additional information below.
If I comment out 
view.queueFrame(stream, frame);
in line 485 the leak stops.

Original issue reported on code.google.com by varr...@gmail.com on 7 Jun 2013 at 7:10