SVN revision: 72101
This commit is contained in:
Mike Blumenkrantz 2012-06-14 06:51:17 +00:00
parent cfca367d83
commit 6a88a855d9
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ _create_data(E_Config_Dialog *dialog)
if (!e_bluez_adapter_name_get(inst->adapter, &cfdata->name))
cfdata->name = NULL;
cfdata->name = strdup(cfdata->name);
else
cfdata->name = strdup(cfdata->name);
return cfdata;
}