From 1280edbd5a524d7de09a1c2d0c68de96bf7795a4 Mon Sep 17 00:00:00 2001 From: chenzihan Date: Mon, 9 May 2022 10:36:10 +0800 Subject: [PATCH] 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