From a54fbcddbbbcd73b42936a3250fcc1c97ec0a7a4 Mon Sep 17 00:00:00 2001 From: yangbiao59 Date: Thu, 10 Jul 2025 09:12:11 +0000 Subject: [PATCH] move_core Signed-off-by: yangbiao59 --- interfaces/kits/js/src/mod_fs/properties/move_core.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/kits/js/src/mod_fs/properties/move_core.cpp b/interfaces/kits/js/src/mod_fs/properties/move_core.cpp index e53ebd5e0..876310cfc 100644 --- a/interfaces/kits/js/src/mod_fs/properties/move_core.cpp +++ b/interfaces/kits/js/src/mod_fs/properties/move_core.cpp @@ -125,6 +125,7 @@ static int CopyAndDeleteFile(const string &src, const string &dest) uv_fs_req_cleanup(&unlinkReq); return ret; } + uv_fs_req_cleanup(&unlinkReq); return ERRNO_NOERR; } -- Gitee