mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
inspect: fix feature leak
https://bugzilla.gnome.org/show_bug.cgi?id=765957
This commit is contained in:
parent
0ff10ac3ca
commit
4fe32b923f
1 changed files with 3 additions and 0 deletions
|
@ -1561,6 +1561,9 @@ main (int argc, char *argv[])
|
|||
} else {
|
||||
exit_code = 1;
|
||||
}
|
||||
|
||||
if (feature)
|
||||
gst_object_unref (feature);
|
||||
} else {
|
||||
/* FIXME: support checking for plugins too */
|
||||
g_printerr ("Checking for plugins is not supported yet\n");
|
||||
|
|
Loading…
Reference in a new issue