Make signal input objects as weakhandle, instead of create new 09/305409/3
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 1 Feb 2024 07:19:56 +0000 (16:19 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 1 Feb 2024 08:52:29 +0000 (17:52 +0900)
commit273b8cd23a80e5007afd588beaedf3a62b54fdd3
tree258653c1474ffb866fdf606a1499a722e7cea878
parent5d908143fc09633b553120983dad21ac5a4040e6
Make signal input objects as weakhandle, instead of create new

Since NUI don't handle memory disposeness during callback invoke,
we sould send event with weak handle item.

It is kind of memory leak issue.

Change-Id: Ic874ab0f6c073162971e435736066e8cfff4e01f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/common/dali-wrap.cpp
dali-csharp-binder/common/view-wrapper-impl-wrap.cpp