projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9372170
)
nlecomposition: don't leak internal hashtable
author
Justin Kim
<justin.kim@collabora.com>
Fri, 11 Sep 2015 07:18:46 +0000
(16:18 +0900)
committer
Thibault Saunier
<tsaunier@gnome.org>
Fri, 11 Sep 2015 11:09:40 +0000
(13:09 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=754867
plugins/nle/nlecomposition.c
patch
|
blob
|
history
diff --git
a/plugins/nle/nlecomposition.c
b/plugins/nle/nlecomposition.c
index 7b69589bdaabbe05d50432639e8e41307f0662fe..5bea068182cd4e37dd3676bc9ec0b849568b3e67 100644
(file)
--- a/
plugins/nle/nlecomposition.c
+++ b/
plugins/nle/nlecomposition.c
@@
-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);
}