effect: Fix string leak

This commit is contained in:
Yeongjin Jeong 2019-01-26 16:44:09 +09:00
parent 70deab616a
commit 5a4cf445cd

View file

@ -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