aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/backup-restore
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-01 10:03:28 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-01 10:05:37 +0800
commit4ce3d9c321888226b2bcbf67e189261d0edb5a53 (patch)
tree40f96a8968fa7bd956a5a72ab61b27ab5f7f0761 /plugins/backup-restore
parent1c198bd71100c3c0af0aa1d80bb0e1f51918c4f2 (diff)
downloadgsoc2013-evolution-4ce3d9c321888226b2bcbf67e189261d0edb5a53.tar.gz
gsoc2013-evolution-4ce3d9c321888226b2bcbf67e189261d0edb5a53.tar.zst
gsoc2013-evolution-4ce3d9c321888226b2bcbf67e189261d0edb5a53.zip
Bug 580892 – Kill libgnomeui/gnome-app and gnome-app-helper
The only remaining case is widgets/test/test-dropdown-button.c, but this file will be removed when the kill-bonobo branch is merged.
Diffstat (limited to 'plugins/backup-restore')
-rw-r--r--plugins/backup-restore/backup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/backup-restore/backup.c b/plugins/backup-restore/backup.c
index 47d439c7ae..99d7f8d41f 100644
--- a/plugins/backup-restore/backup.c
+++ b/plugins/backup-restore/backup.c
@@ -444,6 +444,7 @@ main (int argc, char **argv)
&argc, &argv, NULL, options, GETTEXT_PACKAGE, &error);
if (error != NULL) {
g_printerr ("%s\n", error->message);
+ g_error_free (error);
exit (1);
}