GNOME Bugzilla – Bug 758260
souphttpclientsink: Fix error leak and handle error
Last modified: 2015-11-18 07:32:48 UTC
g_thread_try_new allows for possiblity of failures. In case it fails, error is not handled and leaked.
Created attachment 315806 [details] [review] fix error leak and handle error
commit bd701b8ee52b8dd72db6b36f3c8179ec998756b5 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Wed Nov 18 14:48:36 2015 +0900 souphttpclientsink: Fix error leak and handle error g_thread_try_new allows for possiblity of failures. In case it fails, error is not handled and leaked. https://bugzilla.gnome.org/show_bug.cgi?id=758260