diff options
Diffstat (limited to 'e-util/e-file-request.c')
-rw-r--r-- | e-util/e-file-request.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-file-request.c b/e-util/e-file-request.c index 998fc39c73..4b84aad931 100644 --- a/e-util/e-file-request.c +++ b/e-util/e-file-request.c @@ -123,7 +123,6 @@ file_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)) |