mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
effect: Fix string leak
This commit is contained in:
parent
70deab616a
commit
5a4cf445cd
1 changed files with 2 additions and 0 deletions
|
@ -147,6 +147,8 @@ _set_child_property (GESTimelineElement * self G_GNUC_UNUSED, GObject * child,
|
|||
g_object_set (nleobject, "media-duration-factor", media_duration_factor,
|
||||
NULL);
|
||||
}
|
||||
|
||||
g_free (full_property_name);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue