gstgiosrc: Don't leak scheme string in gst_gio_src_query()
authorJan Schmidt <jan@centricular.com>
Sun, 21 Mar 2021 05:46:54 +0000 (16:46 +1100)
committerJan Schmidt <thaytan@noraisin.net>
Sun, 21 Mar 2021 06:14:37 +0000 (06:14 +0000)
commit0444cf8fcc2cf9c42909de846290d8a07fc679a8
treed9dd8c344458f55a9c39a84931386a6b7dce35c3
parentd7de78e554709a8ad09bfcb50545e1931d0acd98
gstgiosrc: Don't leak scheme string in gst_gio_src_query()

Add a g_free() in the code path that forwards the query to the parent
handler.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1078>
gst/gio/gstgiosrc.c