aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/detection.cpp
diff options
context:
space:
mode:
authorGregory Montoir2006-11-03 21:01:49 +0000
committerGregory Montoir2006-11-03 21:01:49 +0000
commitf9cf368a670ee58b579da8affca914e0b5634d8c (patch)
tree912962b56d37a0d66b367458ba69e6dd90079e27 /engines/cine/detection.cpp
parente57316c7965ee6518c167328523ceb8e50dfe6e3 (diff)
downloadscummvm-rg350-f9cf368a670ee58b579da8affca914e0b5634d8c.tar.gz
scummvm-rg350-f9cf368a670ee58b579da8affca914e0b5634d8c.tar.bz2
scummvm-rg350-f9cf368a670ee58b579da8affca914e0b5634d8c.zip
got rid of two memory leaks
svn-id: r24589
Diffstat (limited to 'engines/cine/detection.cpp')
-rw-r--r--engines/cine/detection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp
index 4bda1d9991..d56d85481d 100644
--- a/engines/cine/detection.cpp
+++ b/engines/cine/detection.cpp
@@ -706,7 +706,6 @@ DetectedGameList GAME_detectGames(const FSList &fslist) {
for (uint i = 0; i < matches.size(); i++)
detectedGames.push_back(toDetectedGame(gameDescriptions[matches[i]].desc));
- //delete &matches;
return detectedGames;
}