[Bug 735950] gdkpixbufdec: free query after use

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 3 14:38:48 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=735950
  GStreamer | gst-plugins-good | unspecified

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.5.1

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-09-03 21:38:44 UTC ---
Thanks, pushed:

commit 8df9d690af8e30c6207799009f6cb7d169c56c1c
Author: Vineeth T M <vineeth.tm at samsung.com>
Date:   Wed Sep 3 11:46:13 2014 +0530

    gdkpixbufdec: free query after use

    In gst_gdk_pixbuf_dec_setup_pool(), query is being allocated using
    gst_query_new_allocation(), but the same is not unreferenced
    hence calling gst_query_unref() after usage of query.

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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