]> git.0d.be Git - empathy.git/commitdiff
Free a GError after use.
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Thu, 4 Jun 2009 21:45:21 +0000 (22:45 +0100)
committerJonny Lamb <jonny.lamb@collabora.co.uk>
Thu, 4 Jun 2009 21:45:21 +0000 (22:45 +0100)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
src/empathy-debug-dialog.c

index 3819fd29c5fefc33a9c520b239c0e1e3702e66b7..0d724b8d81d02420b378ceef30f1f17f2ce849e0 100644 (file)
@@ -464,6 +464,7 @@ debug_dialog_list_connection_names_cb (const gchar * const *names,
   if (error2 != NULL)
     {
       DEBUG ("Failed to dup TpDBusDaemon.");
+      g_error_free (error2);
       return;
     }