parse/grammar: fix missing unref of looked up child
authorMathieu Duponchelle <mathieu@centricular.com>
Fri, 12 May 2023 16:35:48 +0000 (18:35 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 12 May 2023 23:27:59 +0000 (00:27 +0100)
commitff533b679dad9f548d50962cd6d37315ef3c30ae
tree60941e4141b6481ab767ae5aa6c69f87d8a0ecda
parent40cd8d5a96cf3374fb226467c5c13c6cb20782d1
parse/grammar: fix missing unref of looked up child

the target parameter of gst_child_proxy_lookup() is (transfer full)

Fixes: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2560
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4624>
subprojects/gstreamer/gst/parse/grammar.y.in