change free to RL_FREE
This commit is contained in:
parent
d4202a09e6
commit
9d00e08835
|
|
@ -2885,7 +2885,7 @@ unsigned int *ComputeSHA1(unsigned char *data, int dataSize)
|
|||
hash[4] += e;
|
||||
}
|
||||
|
||||
free(msg);
|
||||
RL_FREE(msg);
|
||||
|
||||
return hash;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user