diff options
Diffstat (limited to 'backends/dc')
-rw-r--r-- | backends/dc/selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/selector.cpp b/backends/dc/selector.cpp index 76b5f26fb9..358f7fd382 100644 --- a/backends/dc/selector.cpp +++ b/backends/dc/selector.cpp @@ -266,7 +266,7 @@ static int findGames(Game *games, int max) for(int i=0; i<curr_game; i++) if(!loadIcon(games[i], dirs, num_dirs)) makeDefIcon(games[i].icon); - delete dirs; + delete[] dirs; return curr_game; } |