mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
tests: release TrackObject when we're done with it
This commit is contained in:
parent
8958e84e6b
commit
6882f9b842
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ GST_START_TEST (test_object_properties)
|
|||
/* And let's also check that it propagated correctly to GNonLin */
|
||||
gnl_object_check (trackobject->gnlobject, 420, 510, 120, 510, 0, TRUE);
|
||||
|
||||
ges_timeline_object_release_track_object (object, trackobject);
|
||||
|
||||
g_object_unref (object);
|
||||
g_object_unref (track);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue