summaryrefslogtreecommitdiff
path: root/ElmSharp.Test
diff options
context:
space:
mode:
authorSeungkeun Lee <sngn.lee@samsung.com>2016-11-09 13:38:48 +0900
committerSeungkeun Lee <sngn.lee@samsung.com>2016-11-10 07:32:54 +0900
commitddc9c73cecc33b0b464b5cdb4b8a3ec56ff47217 (patch)
treed84df0dc95b9ef894072bbe6f4667189cd0af046 /ElmSharp.Test
parent451391b2eb2beec2f04c860043140534a1f21766 (diff)
downloadelm-sharp-ddc9c73cecc33b0b464b5cdb4b8a3ec56ff47217.tar.gz
elm-sharp-ddc9c73cecc33b0b464b5cdb4b8a3ec56ff47217.tar.bz2
elm-sharp-ddc9c73cecc33b0b464b5cdb4b8a3ec56ff47217.zip
Refactoring EvasObjectEvent/SmartEvent
- Change to public - need to access from others packages - Fix already been freed error message - Introduce EventLifeTracker to release automatically - EFL event object life cycle is depend on target object, so we treat different with normal c# class Change-Id: I667fb5c3673fb2d3fb5741098737edea64ec5ae5
Diffstat (limited to 'ElmSharp.Test')
-rw-r--r--ElmSharp.Test/TestRunner.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/ElmSharp.Test/TestRunner.cs b/ElmSharp.Test/TestRunner.cs
index 9bee255..0d7afa2 100644
--- a/ElmSharp.Test/TestRunner.cs
+++ b/ElmSharp.Test/TestRunner.cs
@@ -106,6 +106,8 @@ namespace ElmSharp.Test
{
window.Hide();
window.Unrealize();
+ GC.Collect();
+ GC.WaitForPendingFinalizers();
}
};
}