From ec64c08d269accf0a30b21e2f7c535c196e36400 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 14 May 2012 09:00:42 -0400 Subject: Don't unref GAsyncResult in "finish" functions. --- mail/e-mail-request.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mail/e-mail-request.c') diff --git a/mail/e-mail-request.c b/mail/e-mail-request.c index 961a973da1..7522bc5e7e 100644 --- a/mail/e-mail-request.c +++ b/mail/e-mail-request.c @@ -230,7 +230,6 @@ mail_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)) -- cgit v1.2.3