[Bug 755326] souphttpclientsink: Fix memory leaks and segfault crash.
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Oct 12 06:55:13 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=755326
Sebastian Dröge (slomo) <slomo at coaxion.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|git master |1.7.1
--- Comment #12 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 6eb8db8afd1a8186be5b155fd945e679b56ccc77
Author: Vineeth TM <vineeth.tm at samsung.com>
Date: Mon Oct 12 11:18:51 2015 +0900
souphttpclientsink: Check if soup message is created
If soup message is not created then the same should not be passed
on, which is resulting in segfault. Hence throwing a warning message
and returning
https://bugzilla.gnome.org/show_bug.cgi?id=755326
commit 2ee7b2b94de4ae638fef65596e3c7da92eff831f
Author: Vineeth TM <vineeth.tm at samsung.com>
Date: Mon Oct 12 11:15:15 2015 +0900
souphttpclientsink: Check if location being set is valid
Adding a check in set_property to find if the location uri is valid
and printing warning if not valid.
https://bugzilla.gnome.org/show_bug.cgi?id=755326
commit cece69003c2d0cc535fb1df1e3579cce68df3dcc
Author: Vineeth TM <vineeth.tm at samsung.com>
Date: Mon Oct 12 11:09:30 2015 +0900
souphttpclientsink: Fix memory leaks during failures
freeing streamheader_buffers and sent_buffers during failure cases.
https://bugzilla.gnome.org/show_bug.cgi?id=755326
commit b1d4e7e222faadfd60f2a86b31ed697a9689a9c5
Author: Vineeth TM <vineeth.tm at samsung.com>
Date: Mon Oct 12 11:03:17 2015 +0900
souphttpclientsink: Replace redundant free_buffer_list function
Removing free_buffer_list and replacing it with already available function
g_list_free_full
https://bugzilla.gnome.org/show_bug.cgi?id=755326
--
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