mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
gstclapper: Fix plugin feature leak
This commit is contained in:
1
lib/gst/clapper/gstclapper.c
vendored
1
lib/gst/clapper/gstclapper.c
vendored
@@ -3527,6 +3527,7 @@ _env_feature_rank_update (void)
|
||||
gst_plugin_feature_set_rank (feature, rank);
|
||||
GST_DEBUG ("Updated rank from env: %i -> %i for %s", old_rank, rank, name);
|
||||
}
|
||||
gst_object_unref (feature);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user