Skip to content

Commit

Permalink
MADS: Free the audio player when the game ends
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jun 4, 2014
1 parent bdc44d3 commit 72c9159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/mads/mads.cpp
Expand Up @@ -67,6 +67,7 @@ MADSEngine::~MADSEngine() {
delete _palette;
delete _resources;
delete _sound;
delete _audio;
}

void MADSEngine::initialize() {
Expand Down

0 comments on commit 72c9159

Please sign in to comment.