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

This commit is contained in:
Pavel fljot 2012-09-05 16:59:15 +03:00
commit 5196fd09ae
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
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
}

View file

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