Fixed potential memory leak from test case loading.

This commit is contained in:
Markus Kauppila 2011-07-29 16:22:03 +03:00
parent 43b873b89a
commit 7b89865bd4
2 changed files with 17 additions and 0 deletions

View file

@ -50,6 +50,7 @@ GenerateExecKey(char *runSeed, char *suiteName,
char *execKey = md5Context.digest;
//! \todo could this be enhanced?
int key = execKey[4] << 24 |
execKey[9] << 16 |
execKey[13] << 8 |