From 9cb65663a40bed2067f88e1ca832a0737fe87ef1 Mon Sep 17 00:00:00 2001 From: "sanghyeok.oh" Date: Fri, 27 Jul 2018 17:13:07 +0900 Subject: [PATCH] unittest: coverity fix Change-Id: I71ea9b6eddd1d39c72e5e3fbd9e391196607c2ff Signed-off-by: sanghyeok.oh --- unittest/gtest_hal_usb_client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/unittest/gtest_hal_usb_client.cpp b/unittest/gtest_hal_usb_client.cpp index 3859030..597823c 100755 --- a/unittest/gtest_hal_usb_client.cpp +++ b/unittest/gtest_hal_usb_client.cpp @@ -38,6 +38,7 @@ class USBCLIENTHalTest : public testing::Test } cout << "supported " << supported << endl; need_modelcheck = false; + free(model_name); } } -- 2.34.1