GNOME Bugzilla – Bug 785331
Possible Memory leak in gstssaparse.c
Last modified: 2017-07-25 08:49:46 UTC
Created attachment 356279 [details] [review] Patch file is attached. File : gst-plugins-base/gst/subparse/gstssaparse.c Function : gst_ssa_parse_setcaps at Line : 172 gst_buffer_ref (priv); buffer unref is missing in fail case . ++patch is attched for possible solution. Kindly review the patch and provide your feedback.
commit 075dac486fbe7222b21c1336fd6dcb02f792cef3 (HEAD -> master) Author: Satya Prakash Gupta <sp.gupta@samsung.com> Date: Mon Jul 24 13:23:17 2017 +0530 ssaparse: Fix buffer leak in error case https://bugzilla.gnome.org/show_bug.cgi?id=785331