Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkauppila committed Aug 28, 2011
1 parent 5626eaa commit 8d26235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-automation/src/runner/runner.c
Expand Up @@ -1400,7 +1400,7 @@ main(int argc, char *argv[])

RunStarted(argc, argv, runSeed, startTimestamp, loggerData);

// logger data is no longer used
// logger data is no longer used so free it
SDL_free(loggerData->filename);
SDL_free(loggerData);

Expand Down

0 comments on commit 8d26235

Please sign in to comment.