From: Tobias Brunner Date: Wed, 4 Jun 2025 15:51:55 +0000 (+0200) Subject: leak-detective: Remove whitelisted libsoup2.x functions X-Git-Tag: 6.0.2dr1~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dbb15dea97b15d5fd8c1db56da41c91df91fb4d;p=thirdparty%2Fstrongswan.git leak-detective: Remove whitelisted libsoup2.x functions As mentioned in 0f141fb095a41a9fdfe5c111269eb643dc643494, we can't really whitelist the "leaks" in GLib, so don't even try to do anything with libsoup3.x. --- diff --git a/src/libstrongswan/utils/leak_detective.c b/src/libstrongswan/utils/leak_detective.c index 999c391670..038cd0a0ce 100644 --- a/src/libstrongswan/utils/leak_detective.c +++ b/src/libstrongswan/utils/leak_detective.c @@ -563,16 +563,6 @@ static char *whitelist[] = { "xmlInitParserCtxt", /* libcurl */ "Curl_client_write", - /* libsoup */ - "soup_add_timeout", - "soup_headers_parse_response", - "soup_message_headers_append", - "soup_message_headers_clear", - "soup_message_headers_get_list", - "soup_message_headers_get_one", - "soup_session_abort", - "soup_session_get_type", - "soup_session_remove_feature", /* libldap */ "ldap_int_initialize", /* ClearSilver */