This commit is contained in:
hjxilinx 2019-09-29 18:27:52 +08:00
parent df03437161
commit 3bf7180e68
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ void taosRemoveDataFromCache(void *handle, void **data, bool _remove) {
*data = NULL;
if (remove) {
if (_remove) {
#if defined LINUX
pthread_rwlock_wrlock(&pObj->lock);
#else