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:
52257fe
)
glimagesink: unref the window on navigation event
author
Matthew Waters
<ystreet00@gmail.com>
Tue, 19 Aug 2014 04:23:21 +0000
(14:23 +1000)
committer
Matthew Waters
<ystreet00@gmail.com>
Tue, 19 Aug 2014 04:24:02 +0000
(14:24 +1000)
plugs a memory leak
ext/gl/gstglimagesink.c
patch
|
blob
|
history
diff --git
a/ext/gl/gstglimagesink.c
b/ext/gl/gstglimagesink.c
index
165c892
..
b4c81c5
100644
(file)
--- a/
ext/gl/gstglimagesink.c
+++ b/
ext/gl/gstglimagesink.c
@@
-225,6
+225,7
@@
gst_glimage_sink_navigation_send_event (GstNavigation * navigation, GstStructure
gst_pad_send_event (pad, event);
gst_object_unref (pad);
+ gst_object_unref (window);
}
static void