From e9e71874a8dde0c8ccaaae0a7fe15da51a86a1cdb7ba902e55428e2806eb1d9b Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Sat, 23 Jul 2016 14:34:23 +0000 Subject: [PATCH] Accepting request 412795 from home:dimstar:Factory - Update wget-libproxy.patch: use libproxy's px_proxy_factory_free instead of regular free in order to ensure the module destructors are correctly running (boo#967601). OBS-URL: https://build.opensuse.org/request/show/412795 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=61 --- wget-libproxy.patch | 2 +- wget.changes | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/wget-libproxy.patch b/wget-libproxy.patch index bee5a0b..9ab6014 100644 --- a/wget-libproxy.patch +++ b/wget-libproxy.patch @@ -90,7 +90,7 @@ Index: wget-1.17/src/retr.c + } + for(i=0;proxies[i];i++) free(proxies[i]); + free(proxies); -+ free(pf); ++ px_proxy_factory_free(pf); + + if (!proxy || !*proxy) + return NULL; diff --git a/wget.changes b/wget.changes index 634287a..a4120f0 100644 --- a/wget.changes +++ b/wget.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 22 12:34:02 UTC 2016 - dimstar@opensuse.org + +- Update wget-libproxy.patch: use libproxy's px_proxy_factory_free + instead of regular free in order to ensure the module destructors + are correctly running (boo#967601). + ------------------------------------------------------------------- Thu Jun 9 20:42:15 UTC 2016 - astieger@suse.com