cgelon / GamesCapstone

Game for the UW Games Capstone class.
0 stars 0 forks source link

Clean Up Memory Leak in Message Box #19

Closed cgelon closed 11 years ago

cgelon commented 11 years ago

There is a slight memory leak in the message boxes that needs to be addressed. In addition to this, I should make it so everything is created in the constructor. Message boxes should be one use objects, that once finished, are completely destroyed.

cgelon commented 11 years ago

Fixed, pushed in the latest build.