Hi, Here is a fix for bug 25479. Basically, wispr provides a pointer (a wispr/portal context) to third parties (agent, gweb...) which are answering asynchronously. However, if the technology related to the service owning such context is disabled: this context is not valid anymore, leading to a crash when thirt part answers after such action.
In order to avoid this type of crash, wispr enables now an internal ref counting system. Please review, Tomasz Bursztyka (1): wispr: Add a reference counter mecanism on contexts src/wispr.c | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 114 insertions(+), 11 deletions(-) -- 1.7.8.6 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
