GNOME Bugzilla – Bug 754869
multiudpsink: fix GError memory leak in hostname lookup failure code path
Last modified: 2015-09-11 09:21:37 UTC
During error cases, the error message is not being freed, resulting in leak
Created attachment 311117 [details] [review] fix error leak
Thanks for the patch. I pushed just the chunk that fixes the leak, the other change is gratuitious. commit 2a7ba2955cc9f2b42d2df3cb963e026454b7f59b Author: Vineeth TM <vineeth.tm@samsung.com> Date: Fri Sep 11 17:09:28 2015 +0900 multiudpsink: fix GError memory leak when hostname resolution fails https://bugzilla.gnome.org/show_bug.cgi?id=754869