fix mem leak
This commit is contained in:
parent
9d430c39ae
commit
b5994b31e2
|
@ -154,7 +154,6 @@ int32_t streamSnapHandleInit(SStreamSnapHandle* pHandle, char* path, int64_t chk
|
||||||
|
|
||||||
TdDirPtr pDir = taosOpenDir(tdir);
|
TdDirPtr pDir = taosOpenDir(tdir);
|
||||||
if (NULL == pDir) {
|
if (NULL == pDir) {
|
||||||
taosMemoryFree(tdir);
|
|
||||||
stError("%s failed to open %s", STREAM_STATE_TRANSFER, tdir);
|
stError("%s failed to open %s", STREAM_STATE_TRANSFER, tdir);
|
||||||
goto _err;
|
goto _err;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue