mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02: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:
@@ -137,6 +137,8 @@ g_winhttp_vfs_init (GWinHttpVfs *vfs)
|
|||||||
WINHTTP_NO_PROXY_NAME,
|
WINHTTP_NO_PROXY_NAME,
|
||||||
WINHTTP_NO_PROXY_BYPASS,
|
WINHTTP_NO_PROXY_BYPASS,
|
||||||
0);
|
0);
|
||||||
|
|
||||||
|
g_free (wagent);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user