diff options
Diffstat (limited to 'libempathy/empathy-dispatch-operation.c')
-rw-r--r-- | libempathy/empathy-dispatch-operation.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libempathy/empathy-dispatch-operation.c b/libempathy/empathy-dispatch-operation.c index c623dbfd2..def9e43e1 100644 --- a/libempathy/empathy-dispatch-operation.c +++ b/libempathy/empathy-dispatch-operation.c @@ -526,7 +526,7 @@ empathy_dispatch_operation_get_channel (EmpathyDispatchOperation *operation) priv = GET_PRIV (operation); - return TP_CHANNEL (g_object_ref (priv->channel)); + return priv->channel; } GObject * @@ -539,9 +539,6 @@ empathy_dispatch_operation_get_channel_wrapper ( priv = GET_PRIV (operation); - if (priv->channel_wrapper != NULL) - g_object_ref (priv->channel_wrapper); - return priv->channel_wrapper; } |