summaryrefslogtreecommitdiff
path: root/notification-ex/stub.cc
diff options
context:
space:
mode:
authorSukHyung, Kang <shine.kang@samsung.com>2019-10-29 13:53:26 +0900
committerSukHyung, Kang <shine.kang@samsung.com>2019-10-29 13:53:26 +0900
commit908f466f3f95068b50045ad44ee29b665e9628ba (patch)
treef8b9fff73f02b26aa40ed7f8cf542477f0db43a7 /notification-ex/stub.cc
parent461446a121c21da103de66e59581c15a1f7c2b82 (diff)
downloadnotification-908f466f3f95068b50045ad44ee29b665e9628ba.tar.gz
notification-908f466f3f95068b50045ad44ee29b665e9628ba.tar.bz2
notification-908f466f3f95068b50045ad44ee29b665e9628ba.zip
Remove unnecessary free to prevent double free
Change-Id: Ia34d9576daf21c31e3b1c576da1218daa4a24846 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Diffstat (limited to 'notification-ex/stub.cc')
-rw-r--r--notification-ex/stub.cc1
1 files changed, 0 insertions, 1 deletions
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<noti_ex_manager_h>(manager),
static_cast<noti_ex_event_info_h>(c_info), added_item,
addedItem.size(), user_data_);
- free(added_item);
}
void InvokeUpdated(Manager* manager, const IEventInfo& info,