Upstream: wispr: Clean up reference counting
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 13 Sep 2012 13:44:10 +0000 (16:44 +0300)
committerJaehyun Kim <jeik01.kim@samsung.com>
Sat, 6 Apr 2013 13:40:53 +0000 (22:40 +0900)
commitfeaa06aea7d98cacb12ff0072e111de780739fe2
tree88d546aad68e2b7904c3b118a1fc6386f4f44cc2
parent34a45c5fc730b059d3eac8da5ffbcaf72de6240e
Upstream: wispr: Clean up reference counting

connman_wispr_portal_context is initialized with refcount set to one.
Don't reference it an additional times while doing asynchronous calls
if the calls can be cancelled. Unreference the structure when done.
src/wispr.c