From 9208fc7cac42dd9bdc6ec4b6e38616138ec4ab8b Mon Sep 17 00:00:00 2001 From: zhouoaoteng Date: Fri, 25 Apr 2025 09:15:48 +0800 Subject: [PATCH] add text Signed-off-by: zhouoaoteng --- utils/file_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/file_util.h b/utils/file_util.h index 206355f8..a75933a7 100644 --- a/utils/file_util.h +++ b/utils/file_util.h @@ -61,6 +61,7 @@ static void Deleter(struct NameListArg *arg) (arg->namelist)[i] = nullptr; } free(arg->namelist); + HILOG_ERROR("arg->namelist is nullptr"); delete arg; arg = nullptr; } -- Gitee