[TD-929]
This commit is contained in:
parent
f7e89d56b6
commit
fc5f3cfc47
|
@ -6499,7 +6499,8 @@ void* qOpenQueryMgmt(int32_t vgId) {
|
|||
}
|
||||
|
||||
static void queryMgmtKillQueryFn(void* handle) {
|
||||
qKillQuery(handle);
|
||||
void** fp = (void**)handle;
|
||||
qKillQuery(*fp);
|
||||
}
|
||||
|
||||
void qQueryMgmtNotifyClosed(void* pQMgmt) {
|
||||
|
|
Loading…
Reference in New Issue