mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
fix crash on windows (visual studio)
This commit is contained in:
parent
a097d8d8e7
commit
1bdce81120
1 changed files with 1 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue