GNOME Bugzilla – Bug 765720
bin: fix leaks in unit test
Last modified: 2016-05-02 06:57:29 UTC
.
Created attachment 326936 [details] [review] bin: fix leaks in unit tests The test rely on bus being flushed when setting the bin to the NULL state which is not the case. This apply only when setting the pipeline state to NULL.
Comment on attachment 326936 [details] [review] bin: fix leaks in unit tests For consistency/correctness it would make sense to do that everywhere where we set a bus on the bin after setting it to NULL state, not only where the actual leaks are happening.
Created attachment 327125 [details] [review] bin: fix leaks in unit tests The test rely on bus being flushed when setting the bin to the NULL state which is not the case. This apply only when setting the pipeline state to NULL.
Attachment 327125 [details] pushed as 391f767 - bin: fix leaks in unit tests