[td-1641]

This commit is contained in:
Haojun Liao 2020-10-10 18:44:24 +08:00
parent 7720259011
commit 97e69185f6
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ void tscProcessActivityTimer(void *handle, void *tmrId) {
return;
}
void** p = taosCacheAcquireByKey(tscObjCache, &pHB->self, sizeof(TSDB_CACHE_PTR_TYPE));
void** p = taosCacheAcquireByKey(tscObjCache, &pHB, sizeof(TSDB_CACHE_PTR_TYPE));
if (p == NULL) {
tscWarn("%p HB object has been released already", pHB);
return;