Deallocating Images

Useful when a number of images has to be read from files

roma.c read images from file, and copies to a random position of the screen.

The problem: each image that is read from file take some memory. Solution: deallocate when it is not needed any more (after it has been copied to the screen).