From: SukHyung, Kang Date: Tue, 29 Oct 2019 04:53:26 +0000 (+0900) Subject: Remove unnecessary free to prevent double free X-Git-Tag: submit/tizen/20191030.063841~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=908f466f3f95068b50045ad44ee29b665e9628ba;p=platform%2Fcore%2Fapi%2Fnotification.git Remove unnecessary free to prevent double free Change-Id: Ia34d9576daf21c31e3b1c576da1218daa4a24846 Signed-off-by: SukHyung, Kang --- 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,