Earlier in the course we are told we should free up textures we load and we’re shown where to put that code.
In this section we never add code to free textures, but I wonder if there is somewhere that makes more sense to put the code once we’re introduced to classes? Would it go in the destructor for a class or would that break other members of the same class?