GNOME Bugzilla – Bug 762214
jitterbuffer: Fix leaks in test
Last modified: 2016-02-19 12:15:40 UTC
Created attachment 321535 [details] [review] patch Preventing them from passing in valgrind!
Not sure a leak in a unit test is 'critical' :) Thanks for the patch! commit fb4c2909ca7844b8def2a5cf4c58a9c099676da6 Author: Stian Selnes <stian@pexip.com> Date: Thu Dec 3 11:07:05 2015 +0100 tests: rtpjitterbuffer: fix leaks in unit test https://bugzilla.gnome.org/show_bug.cgi?id=762214
(In reply to Tim-Philipp Müller from comment #1) > Not sure a leak in a unit test is 'critical' :) If you are running CI with valgrind, it will go the same color red as with any other failures, making it a blocker IMO :)