fix: mem leak

This commit is contained in:
xsren 2024-07-18 13:58:47 +08:00
parent e8218f7f63
commit 960103a6ef
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ static int32_t udfSpawnUdfd(SUdfdData *pData) {
} else { } else {
fnInfo("udfd is initialized"); fnInfo("udfd is initialized");
} }
if(taosFqdnEnvItem) taosMemoryFree(taosFqdnEnvItem);
return err; return err;
} }