[Bug 755554] gtk: Wait at most 5s for calling something on the main thread

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Sep 25 01:19:44 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755554

Matthew Waters <ystreet00 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #312114|accepted-commit_now         |reviewed
             status|                            |

--- Comment #11 from Matthew Waters <ystreet00 at gmail.com> ---
Review of attachment 312114:
 --> (https://bugzilla.gnome.org/review?bug=755554&attachment=312114)

There exists possible memory corruption here.

::: ext/gtk/gstgtkutils.c
@@ +99,3 @@
+    /* Leak everything on timeout */
+  } else {
+    free_invoke_context (info);

Won't this double free if timeout_return == NULL and a timeout occurs?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list