splitmux: fix memory leak
authorLuis de Bethencourt <luis.bg@samsung.com>
Tue, 10 Feb 2015 13:29:32 +0000 (13:29 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Tue, 10 Feb 2015 13:33:09 +0000 (13:33 +0000)
commit0373fd8f65ec681c6dc781c20785a990d176dea2
treef24fe57407e288aa744b11dfb3ced402743b2699
parent603c1d71a1b0f415b93511959cef29a84d2ea09d
splitmux: fix memory leak

If execution goes to the beach in line 981, buf_info goes out of scope without
the memory being free'd. Handle this case.

CID #1268403
gst/multifile/gstsplitmuxsink.c