From: Sergio Villar Senin Date: Wed, 18 Mar 2009 12:12:41 +0000 (+0000) Subject: Added a needed g_strdup X-Git-Tag: git_migration_finished~270 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=5a2aab3454fcd5e798e10f8e02357ceacd466ff9 Added a needed g_strdup pmo-trunk-r8153 --- diff --git a/src/modest-ui-actions.c b/src/modest-ui-actions.c index b0a4408..58ae3fb 100644 --- a/src/modest-ui-actions.c +++ b/src/modest-ui-actions.c @@ -1455,7 +1455,7 @@ open_msg_performer(gboolean canceled, mail_op = modest_mail_operation_new_with_error_handling ((GObject *) parent_window, modest_ui_actions_disk_operations_error_handler, - error_msg, g_free); + g_strdup (error_msg), g_free); modest_mail_operation_queue_add (modest_runtime_get_mail_operation_queue (), mail_op);