After creating struct Screen * by calling OpenScreen(struct NewScreen *) I am unable to free up the resources.
I call CloseScreen(struct Screen *) at the end of the program, it doesn't seem to help.
I can access the screen to draw rectangle, for example and it actually shows.
Program will run but StormC 4 says "Screen 0x40d7b948 not closed.
It's the screen I've created by OpenScreen.
