Re: [PATCH] oFono: Fix crash when using oFono plugin

2011-06-27 Thread Guillaume Zajac
Hi Daniel, On 27/06/2011 08:30, Daniel Wagner wrote: Hi Guillaume, I noticed when using ConnMan with oFono plugin enabled that I had a crash when I close oFono or I disable phonesim modem. It seems that we are unrefing and unregistering the network althugh it has already been done by device ob

Re: [PATCH] oFono: Fix crash when using oFono plugin

2011-06-26 Thread Daniel Wagner
Hi Guillaume, > I noticed when using ConnMan with oFono plugin enabled that I had a crash when > I close oFono or I disable phonesim modem. It seems that we are unrefing and > unregistering the network althugh it has already been done by device object in > calling connman_device_remove_network().

[PATCH] oFono: Fix crash when using oFono plugin

2011-06-24 Thread Guillaume Zajac
Hi, I noticed when using ConnMan with oFono plugin enabled that I had a crash when I close oFono or I disable phonesim modem. It seems that we are unrefing and unregistering the network althugh it has already been done by device object in calling connman_device_remove_network(). Kind regards, Gui