From 961c1e19dfd659cd7653071aa836fb59a3e795e3 Mon Sep 17 00:00:00 2001 From: chenzihan Date: Sat, 7 May 2022 19:26:53 +0800 Subject: [PATCH 1/2] Signed-off-by: chenzihan fix:codex --- services/include/applypatch/block_set.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/include/applypatch/block_set.h b/services/include/applypatch/block_set.h index a59f3956..0cf2e93d 100644 --- a/services/include/applypatch/block_set.h +++ b/services/include/applypatch/block_set.h @@ -40,6 +40,8 @@ public: blockSize_ = 0; } + ~BlockSet() {} + explicit BlockSet(std::vector &&pairs); // Insert block to set after parsing from a string type or vector type -- Gitee From 1c1fc1b090468f983f076358a5ace2fa7aba7c63 Mon Sep 17 00:00:00 2001 From: chenzihan Date: Sat, 7 May 2022 19:26:53 +0800 Subject: [PATCH 2/2] Signed-off-by: chenzihan fix:codex --- services/include/applypatch/block_set.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/include/applypatch/block_set.h b/services/include/applypatch/block_set.h index a59f3956..ea83c011 100644 --- a/services/include/applypatch/block_set.h +++ b/services/include/applypatch/block_set.h @@ -40,6 +40,8 @@ public: blockSize_ = 0; } + ~BlockSet() {} + explicit BlockSet(std::vector &&pairs); // Insert block to set after parsing from a string type or vector type -- Gitee