summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/proxy.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proxy.c b/src/proxy.c
index 500d4e6c..b6775b67 100644
--- a/src/proxy.c
+++ b/src/proxy.c
@@ -145,6 +145,8 @@ void connman_proxy_lookup_cancel(unsigned int token)
if (lookup->token == token)
break;
+
+ lookup = NULL;
}
if (lookup != NULL) {