From 908f466f3f95068b50045ad44ee29b665e9628ba Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Tue, 29 Oct 2019 13:53:26 +0900 Subject: [PATCH] Remove unnecessary free to prevent double free Change-Id: Ia34d9576daf21c31e3b1c576da1218daa4a24846 Signed-off-by: SukHyung, Kang --- notification-ex/stub.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/notification-ex/stub.cc b/notification-ex/stub.cc index 940abc6..0e37fe1 100644 --- a/notification-ex/stub.cc +++ b/notification-ex/stub.cc @@ -133,7 +133,6 @@ class ManagerCallbackInfo { cb_.added(static_cast(manager), static_cast(c_info), added_item, addedItem.size(), user_data_); - free(added_item); } void InvokeUpdated(Manager* manager, const IEventInfo& info, -- 2.7.4