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:
Matthias Clasen 2012-08-16 22:17:46 -04:00
parent 6ef1e56479
commit 4e55bebb7a

View File

@ -137,6 +137,8 @@ g_winhttp_vfs_init (GWinHttpVfs *vfs)
WINHTTP_NO_PROXY_NAME,
WINHTTP_NO_PROXY_BYPASS,
0);
g_free (wagent);
}
/*