Closed
Description
TextureCache::loadImage will be runnedin parallel thread by TextureCache::addImageAsync, but _textures.find() and _textures.end() used inside aren't thread-safe and there is no lock.
http://discuss.cocos2d-x.org/t/looks-like-texturecache-loadimage-is-not-thread-safe/21414