Merge branch 'refs/heads/hotfixes/touch-target-memory-leak' into develop

This commit is contained in:
Pavel fljot 2012-09-05 13:46:56 +03:00
commit 8d0f163f8f
2 changed files with 5 additions and 1 deletions

View file

@ -179,6 +179,8 @@ package org.gestouch.core
_activeTouchesCount--;
_gesturesManager.onTouchEnd(touch);
touch.target = null;
}
@ -194,6 +196,8 @@ package org.gestouch.core
_activeTouchesCount--;
_gesturesManager.onTouchCancel(touch);
touch.target = null;
}

View file

@ -1 +1 @@
project.version = 0.4.1
project.version = 0.4.2