fix: fix release conv handle issue
This commit is contained in:
parent
95777c77f8
commit
e3b73ba584
|
@ -203,6 +203,7 @@ void taosReleaseConv(int32_t idx) {
|
||||||
}
|
}
|
||||||
|
|
||||||
atomic_store_8(&gConv[idx].inUse, 0);
|
atomic_store_8(&gConv[idx].inUse, 0);
|
||||||
|
atomic_sub_fetch_32(&convUsed, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool taosMbsToUcs4(const char *mbs, size_t mbsLength, TdUcs4 *ucs4, int32_t ucs4_max_len, int32_t *len) {
|
bool taosMbsToUcs4(const char *mbs, size_t mbsLength, TdUcs4 *ucs4, int32_t ucs4_max_len, int32_t *len) {
|
||||||
|
|
Loading…
Reference in New Issue