diff options
| author | Max Horn | 2002-08-31 13:29:10 +0000 |
|---|---|---|
| committer | Max Horn | 2002-08-31 13:29:10 +0000 |
| commit | a39711e25670b366ed76534cc926ac70ea6c1edd (patch) | |
| tree | 3fdba199dc0d93333d68dbb44a7e1bc571f78d93 /backends/dc/selector.cpp | |
| parent | 0c7771a7062fc982cbaca53fee022d9538a44f70 (diff) | |
| download | scummvm-rg350-a39711e25670b366ed76534cc926ac70ea6c1edd.tar.gz scummvm-rg350-a39711e25670b366ed76534cc926ac70ea6c1edd.tar.bz2 scummvm-rg350-a39711e25670b366ed76534cc926ac70ea6c1edd.zip | |
fixed compilation on Mac OS X; some cleanup; moved header file scumm/smusH/rect.h to common/rect.h
svn-id: r4877
Diffstat (limited to 'backends/dc/selector.cpp')
| -rw-r--r-- | backends/dc/selector.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/dc/selector.cpp b/backends/dc/selector.cpp index 22cba5bbfc..0d643dd812 100644 --- a/backends/dc/selector.cpp +++ b/backends/dc/selector.cpp @@ -167,7 +167,6 @@ static void checkName(GameDetector *d, Game &game) if(d->detectGame()) { char *n = d->getGameName(); strcpy(game.text, n); - free(n); } else strcpy(game.text, game.filename_base); d->_exe_name = NULL; |
