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

This commit is contained in:
Pavel fljot 2012-09-05 17:00:00 +03:00
commit a3f50548f5
2 changed files with 5 additions and 1 deletions

View file

@ -308,6 +308,8 @@ package org.gestouch.core
} }
gesturesForTouch.length = 0;// release for GC 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 gesturesForTouch.length = 0;// release for GC
delete _gesturesForTouchMap[touch];//TODO: remove this once Touch objects are pooled
} }

View file

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