]> git.0d.be Git - empathy.git/commitdiff
event_manager_muc_invite_got_contact_name_cb: don't leak msg
authorGuillaume Desmottes <gdesmott@gnome.org>
Fri, 13 Feb 2009 10:26:20 +0000 (10:26 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 13 Feb 2009 10:26:20 +0000 (10:26 +0000)
From: Guillaume Desmottes <gdesmott@gnome.org>

svn path=/trunk/; revision=2455

src/empathy-event-manager.c

index ef9248647d6fd3bb234c094c3a4625446c77f211..cdcb4a67b7efb49abf3761f9b5a0b64c975bd023 100644 (file)
@@ -747,6 +747,8 @@ event_manager_muc_invite_got_contact_name_cb (EmpathyContact *contact,
 
   empathy_sound_play (empathy_main_window_get (),
     EMPATHY_SOUND_CONVERSATION_NEW);
 
   empathy_sound_play (empathy_main_window_get (),
     EMPATHY_SOUND_CONVERSATION_NEW);
+
+  g_free (msg);
 }
 
 static void
 }
 
 static void