Skip to content

Commit

Permalink
PRINCE: init() - delete creditsDataStream
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslw committed Aug 15, 2014
1 parent 9ef705e commit 422054f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/prince/prince.cpp
Expand Up @@ -353,6 +353,7 @@ void PrinceEngine::init() {
_creditsDataSize = creditsDataStream->size();
_creditsData = (byte *)malloc(_creditsDataSize);
creditsDataStream->read(_creditsData, _creditsDataSize);
delete creditsDataStream;
}

void PrinceEngine::showLogo() {
Expand Down

0 comments on commit 422054f

Please sign in to comment.