If you have started out to build a game with libGDX, you've were probably creating and disposing textures out like this:
public class MyGdxGame extends ApplicationAdapter {
SpriteBatch batch;
Texture badlogic;
@Override
public void create () {