diff --git a/src/org/gestouch/core/GesturesManager.as b/src/org/gestouch/core/GesturesManager.as index 1820be0..f8ebdf3 100644 --- a/src/org/gestouch/core/GesturesManager.as +++ b/src/org/gestouch/core/GesturesManager.as @@ -308,6 +308,8 @@ package org.gestouch.core } gesturesForTouch.length = 0;// release for GC + + delete _gesturesForTouchMap[touch];//TODO: remove this once Touch objects are pooled } @@ -327,6 +329,8 @@ package org.gestouch.core } gesturesForTouch.length = 0;// release for GC + + delete _gesturesForTouchMap[touch];//TODO: remove this once Touch objects are pooled } diff --git a/version.properties b/version.properties index fd97b29..799485b 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -project.version = 0.4.2 \ No newline at end of file +project.version = 0.4.3 \ No newline at end of file