aggregator: Fix leak in unit test
authorSebastian Dröge <sebastian@centricular.com>
Mon, 28 Mar 2016 10:52:07 +0000 (13:52 +0300)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 2 Dec 2017 15:10:26 +0000 (15:10 +0000)
commit6bbd5b8dc52cf9b3589c2d2c369e0cd4f0deae63
treea43cd97f2d758740ee74f68447b5c3fb09364432
parent9c0e67bc6e4b68a57e7756aa1936dbd95b631e39
aggregator: Fix leak in unit test

GST_PAD_PROBE_HANDLED means that we should've unreffed the probe data,
it was handled by us in one way or another.
tests/check/libs/aggregator.c