From: Sergio Villar Senin Date: Thu, 16 Oct 2008 17:56:06 +0000 (+0000) Subject: * Fixes NB#90197, fixes a memory leak X-Git-Tag: git_migration_finished~1147 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=80dc5316379f30e5942359fe6f0f50d7150656a8 * Fixes NB#90197, fixes a memory leak pmo-trunk-r6072 --- diff --git a/src/hildon2/modest-easysetup-wizard-dialog.c b/src/hildon2/modest-easysetup-wizard-dialog.c index 0a5202e..638e5e1 100644 --- a/src/hildon2/modest-easysetup-wizard-dialog.c +++ b/src/hildon2/modest-easysetup-wizard-dialog.c @@ -1586,6 +1586,7 @@ on_before_next (ModestWizardDialog *dialog, GtkWidget *current_page, GtkWidget * /* Aavoid a clash with an existing display name: */ const gboolean name_in_use = modest_account_mgr_account_with_display_name_exists ( priv->account_manager, account_title); + g_free (account_title); if (name_in_use) { /* Warn the user via a dialog: */