GNOME Bugzilla – Bug 735950
gdkpixbufdec: free query after use
Last modified: 2014-09-03 21:38:54 UTC
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. Please review the same.
Created attachment 285223 [details] [review] proposed patch
Thanks, pushed: commit 8df9d690af8e30c6207799009f6cb7d169c56c1c Author: Vineeth T M <vineeth.tm@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