mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate: Plug a minor leak
This commit is contained in:
parent
9c5009c724
commit
b37fafa1e6
1 changed files with 2 additions and 0 deletions
|
@ -1399,6 +1399,8 @@ _list_scenarios_in_dir (GFile * dir, GKeyFile * kf)
|
||||||
_parse_scenario (f, kf);
|
_parse_scenario (f, kf);
|
||||||
gst_object_unref (f);
|
gst_object_unref (f);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gst_object_unref (fenum);
|
||||||
}
|
}
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
|
|
Loading…
Reference in a new issue