-stupid svn missed a file :P

This commit is contained in:
fix94.1 2012-07-26 22:15:50 +00:00
parent ea114c638d
commit e55ab171c6

View File

@ -79,7 +79,7 @@ Banner::Banner(u8 *bnr, u32 bnr_size, u64 title, bool custom)
Banner::~Banner()
{
if(opening != NULL)
MEM2_free(opening);
free(opening);
}
bool Banner::IsValid()