mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
Fix leak in GWinHttpVfs
Patch by Ole André Vadla Ravnås, bug https://bugzilla.gnome.org/show_bug.cgi?id=627423
This commit is contained in:
parent
6ef1e56479
commit
4e55bebb7a
@ -137,6 +137,8 @@ g_winhttp_vfs_init (GWinHttpVfs *vfs)
|
||||
WINHTTP_NO_PROXY_NAME,
|
||||
WINHTTP_NO_PROXY_BYPASS,
|
||||
0);
|
||||
|
||||
g_free (wagent);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user