GNOME Bugzilla – Bug 767161
a2dpsink: unref avdtpsink if state transition failed
Last modified: 2016-06-02 23:55:16 UTC
.
Created attachment 328946 [details] [review] gsta2dpsink: unref avdtpsink if state transition failed If for some reason the avdtpsink element can't go READY then the gsta2dpsink can't either and so should release the ressources it allocates when trying to do so. Fix a leak with the generic/states test.
Thanks, commit 007c7f9b7877d028a356258ecb826c61ba2f3fc9 Author: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> Date: Wed May 18 12:48:48 2016 +0300 a2dpsink: unref avdtpsink if state transition failed If for some reason the avdtpsink element can't go READY then the gsta2dpsink can't either and so should release the ressources it allocates when trying to do so. Fix a leak with the generic/states test. https://bugzilla.gnome.org/show_bug.cgi?id=767161