[Telepathy-commits] [telepathy-glib/master] offer_request: move NULLing of request->context next to the reason for doing so

Will Thompson will.thompson at collabora.co.uk
Wed Sep 17 08:18:14 PDT 2008


---
 telepathy-glib/base-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 4421a35..6c0298e 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -2715,8 +2715,8 @@ conn_requests_offer_request (TpBaseConnection *self,
 
   /* Nobody accepted the request */
   tp_dbus_g_method_return_not_implemented (context);
-
   request->context = NULL;
+
   g_ptr_array_remove (priv->channel_requests, request);
   channel_request_free (request);
 }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list