mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
nlecomposition: don't leak internal hashtable
https://bugzilla.gnome.org/show_bug.cgi?id=754867
This commit is contained in:
parent
937217021e
commit
ff388f1d9b
1 changed files with 4 additions and 0 deletions
|
@ -1002,6 +1002,10 @@ nle_composition_dispose (GObject * object)
|
|||
|
||||
nle_composition_reset_target_pad (comp);
|
||||
|
||||
if (priv->pending_io) {
|
||||
g_hash_table_unref (priv->pending_io);
|
||||
}
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->dispose (object);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue