1.6.6
Fixed the global EMPTY texture holding references to particles - this is fixed in PixiJS v4 globally as well.
Use yourRenderer.plugins.sprite.sprites.length = 0;
when using a WebGL renderer in order to fully release particles for garbage collection.