mirror of
https://github.com/apache/impala.git
synced 2026-01-07 09:02:19 -05:00
The bug is that the QueryState was referenced after the refcount is decremented. The fix is to not do that. Change-Id: I329ff758a0de148a3bdfedc245e56c3a63255535 Reviewed-on: http://gerrit.cloudera.org:8080/5615 Reviewed-by: Dan Hecht <dhecht@cloudera.com> Tested-by: Impala Public Jenkins