From 081fa9dbec28b8e60a17f0bb67f2080cc104b5d3 Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Mon, 9 Jan 2023 17:55:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/base/test_base.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/base/test_base.cpp b/code/base/test_base.cpp index 69bdef1..47cbfb1 100644 --- a/code/base/test_base.cpp +++ b/code/base/test_base.cpp @@ -938,7 +938,7 @@ public: return ret; } int cnt = 0; - SANE_DISTORTION_VAL dis; + SANE_DISTORTION_VAL dis = { 0 }; while (ret == SCANNER_ERR_OK) { if (is_distortion_get_image )