rsp consumer when taosd stop

This commit is contained in:
Liu Jicong 2022-09-29 01:06:42 +08:00
parent b0a46942c2
commit a2a8fe0211
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ static void destroySTqHandle(void* data) {
}
static void tqPushEntryFree(void* data) {
void* p = *(void**)data;
STqPushEntry* p = *(void**)data;
taosMemoryFree(p);
}