Rarely I get this error:
Quoteionic Resource named "..." already exists.
For resources that I loaded again after I deleted them.
Here is how I delete a (texture) resource:
PIXI.loader.resources[image].texture.destroy(true);
delete PIXI.loader.resources[image];
Is that not enough?