The query pointer was detached too early leading to null pointer reference. Move the query_detach() after the query->canceled check.
The query pointer was detached too early leading to null pointer reference. Move the query_detach() after the query->canceled check.