Fixed potential memory leak from test case loading.
This commit is contained in:
parent
43b873b89a
commit
7b89865bd4
2 changed files with 17 additions and 0 deletions
|
@ -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 |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue