GNOME Bugzilla – Bug 785387
Possible Memory leak in acmenc.c
Last modified: 2017-07-25 08:22:03 UTC
Created attachment 356336 [details] [review] Patch file is attached. File : gst-plugins-bad/sys/acmenc/acmenc.c Function acmenc_register_file: Memory leak is possible in success case . Solution : g_free (params) & g_free (name); should be freed. ++patch is attched for possible solution. Kindly review the patch and provide your feedback.
Review of attachment 356336 [details] [review]: ::: sys/acmenc/acmenc.c @@ +596,1 @@ return TRUE; This is wrong. name is stored in params, and params is stored in the qdata of the type.