[NUI] Fix the Window.VisibilityChanged event's crash issue
authorDongsug Song <dongsug.song@samsung.com>
Tue, 20 Jul 2021 06:13:41 +0000 (15:13 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 21 Jul 2021 06:41:03 +0000 (15:41 +0900)
commit541905efa662d2abf3c14613c975a7a0ca301935
tree1198e881a03273a527fd741708dac486e837bf04
parent217d77b9fc6a3bbaf7ac85df6ae37e299c3146cc
[NUI] Fix the Window.VisibilityChanged event's crash issue

- Because the signals which binds dali, contain signals as member variables, the cMemoryOwn should be false.
- Without this fix, the WindowEventsTest.cs gets crash when continously pushing left,right direction key.
src/Tizen.NUI/src/internal/Common/KeyboardRepeatSettingsChangedSignal.cs
src/Tizen.NUI/src/internal/Window/WindowEffectSignal.cs
src/Tizen.NUI/src/internal/Window/WindowVisibilityChangedEvent.cs
test/Tizen.NUI.Samples/Tizen.NUI.Samples.sln
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/CaptureTest.cs [changed mode: 0644->0755]
test/Tizen.NUI.Samples/Tizen.NUI.Samples/Samples/WindowEventsTest.cs [new file with mode: 0755]