SCI: Continued C++ification of SongIterator code
svn-id: r39158
This commit is contained in:
parent
e134281b5c
commit
763275f269
8 changed files with 37 additions and 67 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue