From 1bdce811202bbf99cfd2505ae9bc5c7ddc2b4b43 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 12 May 2015 17:59:34 +0200 Subject: [PATCH] fix crash on windows (visual studio) --- gtk/calllogs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/calllogs.c b/gtk/calllogs.c index 7960708c7..51fcb260b 100644 --- a/gtk/calllogs.c +++ b/gtk/calllogs.c @@ -147,7 +147,7 @@ static GtkWidget *linphone_gtk_create_call_log_menu(GtkWidget *call_log){ name=linphone_address_as_string(la); call_label=g_strdup_printf(_("Call %s"),name); text_label=g_strdup_printf(_("Send text to %s"),name); - g_free(name); + ms_free(name); } } if (call_label){