aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-http-request.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/e-http-request.c')
-rw-r--r--mail/e-http-request.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/e-http-request.c b/mail/e-http-request.c
index 93f3cc148e..cc2ec62ea8 100644
--- a/mail/e-http-request.c
+++ b/mail/e-http-request.c
@@ -487,7 +487,6 @@ http_request_send_finish (SoupRequest *request,
GInputStream *stream;
stream = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (result));
- g_object_unref (result);
/* Reset the stream before passing it back to webkit */
if (stream && G_IS_SEEKABLE (stream))