soup-session: fix memory leak
authorXan Lopez <xan@igalia.com>
Tue, 26 Mar 2013 15:20:38 +0000 (16:20 +0100)
committerXan Lopez <xan@igalia.com>
Tue, 26 Mar 2013 15:20:38 +0000 (16:20 +0100)
commit6666b3cd99a4931bd28b622918c121f92cf33b52
tree5fc546f0026559b1262d3dfd461ba2c87956d5e2
parent71589c70b7af17b3f1dc10fbf4c1bf05588fb351
soup-session: fix memory leak

Do not steal the stream from the GTask, otherwise its destruction
method will never run and it will be leaked.

https://bugzilla.gnome.org/show_bug.cgi?id=696594
libsoup/soup-session.c