mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 08:09:56 +00:00
preset: Unref return value of gst_child_proxy_get_child_by_index() instead of leaking it
This commit is contained in:
parent
552864332b
commit
dded0a4bb6
1 changed files with 2 additions and 0 deletions
|
@ -531,6 +531,8 @@ gst_preset_default_get_property_names (GstPreset * preset)
|
|||
}
|
||||
g_free (props);
|
||||
}
|
||||
|
||||
g_object_unref (child);
|
||||
}
|
||||
}
|
||||
if (!result) {
|
||||
|
|
Loading…
Reference in a new issue