fix invalid free

This commit is contained in:
Hongze Cheng 2022-05-11 08:39:32 +00:00
parent ce5e6cdbcb
commit 7360d77a69
1 changed files with 0 additions and 1 deletions

View File

@ -1528,7 +1528,6 @@ int tdbBtcUpsert(SBTC *pBtc, const void *pKey, int kLen, const void *pData, int
}
}
tdbOsFree(pBuf);
return 0;
}