mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2024-11-27 01:35:40 -05:00
Merge branch 'refs/heads/hotfixes/touch-memory-leak'
This commit is contained in:
commit
5196fd09ae
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
project.version = 0.4.2
|
||||
project.version = 0.4.3
|
Loading…
Reference in a new issue