hfp_hf: Fix minor style issue from previous commit

This commit is contained in:
Denis Kenzior 2011-11-01 18:51:05 -05:00
parent 33a3ddfbb1
commit 1b95913b60
1 changed files with 1 additions and 2 deletions

View File

@ -246,9 +246,8 @@ static int hfp_hf_probe(const char *device, const char *dev_addr,
return 0;
free:
if (data != NULL) {
if (data != NULL)
g_free(data->handsfree_path);
}
g_free(data);
ofono_modem_remove(modem);