diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2019-10-16 14:07:20 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2019-10-16 14:07:25 +0900 |
commit | 7e83c2dd89bc4fcbbc823eaa53a335013dbd4343 (patch) | |
tree | 783195c31f8c69b5987160e8140626a741b8df04 /packaging/libsoup.spec | |
parent | 518b79eadcc3eb8d61568185465ceb48d3073c9a (diff) | |
download | libsoup-7e83c2dd89bc4fcbbc823eaa53a335013dbd4343.tar.gz libsoup-7e83c2dd89bc4fcbbc823eaa53a335013dbd4343.tar.bz2 libsoup-7e83c2dd89bc4fcbbc823eaa53a335013dbd4343.zip |
soup-server: fix a leak in server handlerstizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184307submit/tizen_5.5_mobile_hotfix/20201026.185107submit/tizen_5.5/20191031.000007submit/tizen/20191016.074433accepted/tizen/unified/20191017.105800accepted/tizen/5.5/unified/wearable/hotfix/20201027.095805accepted/tizen/5.5/unified/mobile/hotfix/20201027.073444accepted/tizen/5.5/unified/20191031.010710tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unified
If a SoupServer handler specified a GDestroyNotify, it would only get
run when explicitly removing the handler, not when freeing the server.
Fix.
https://gitlab.gnome.org/GNOME/libsoup/commit/37c8e71c0e4a080207575b9a16a632fe6e6071b0
Change-Id: I4de7b2ebc7e31a70d8c4c5d269af33b1767f9f1a
Diffstat (limited to 'packaging/libsoup.spec')
-rw-r--r-- | packaging/libsoup.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/libsoup.spec b/packaging/libsoup.spec index daeb7634..9aceed29 100644 --- a/packaging/libsoup.spec +++ b/packaging/libsoup.spec @@ -3,7 +3,7 @@ Name: libsoup Version: 2.46.0 -Release: 0 +Release: 1 License: LGPL-2.0+ Summary: HTTP client/server library for GNOME Url: http://www.gnome.org |