oggdemux: Fix chain leak in push mode
authorEdward Hervey <edward@centricular.com>
Wed, 1 Nov 2017 10:18:12 +0000 (11:18 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 1 Nov 2017 10:18:12 +0000 (11:18 +0100)
commiteb8bf0f162d924acce6bb7593b51a7d508645bb5
treedf80c9b769a06de9e6cbdd03cae720f7924dacdc
parent8e867aefe0f7041b1fcf6947604a807717c4450c
oggdemux: Fix chain leak in push mode

In some corner cases we end up with the building chain not being
properly tracked (and therefore not properly freed).

Add a FIXME so it can later be fixed, but for now just fix the leak
ext/ogg/gstoggdemux.c