]> git.0d.be Git - empathy.git/commitdiff
event_manager_approve_channel_cb: unref the account
authorGuillaume Desmottes <gdesmott@gnome.org>
Fri, 13 Feb 2009 10:26:00 +0000 (10:26 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 13 Feb 2009 10:26:00 +0000 (10:26 +0000)
From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2450

src/empathy-event-manager.c

index 594bde8b6e07ee391894f29072eb29c47e1864e5..76b9e348afdde3005c58a131015f9317869111bc 100644 (file)
@@ -798,6 +798,7 @@ event_manager_approve_channel_cb (EmpathyDispatcher *dispatcher,
             EMPATHY_SOUND_CONVERSATION_NEW);
 
           g_object_unref (contact_factory);
+          g_object_unref (account);
         }
     }
   else if (!tp_strdiff (channel_type, TP_IFACE_CHANNEL_TYPE_STREAMED_MEDIA))