SCI: Continued C++ification of SongIterator code

svn-id: r39158
This commit is contained in:
Max Horn 2009-03-06 17:53:11 +00:00
parent e134281b5c
commit 763275f269
8 changed files with 37 additions and 67 deletions

View file

@ -2436,7 +2436,7 @@ static int c_is_sample(EngineState *s) {
} else
sciprintf("Valid song, but not a sample.\n");
songit_free(songit);
delete songit;
return 0;
}