Hi Mikel,
On 11/02/2011 08:45 AM, Mikel Astiz wrote:
The devinfo atom is created in pre_sim (instead of probe).
---
plugins/hfp_hf.c | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
Patch has been applied, I did fix up a minor style violation in a follow
on commit:
@@ -239,6 +246,10 @@ static int hfp_hf_probe(const char *device,
const char *dev_addr,
return 0;
free:
+ if (data != NULL) {
+ g_free(data->handsfree_path);
+ }
+
The brackets are not needed...
Regards,
-Denis