change free to RL_FREE (#5265)

This commit is contained in:
Thomas Anderson 2025-10-13 15:15:20 -05:00 committed by GitHub
parent 9f831428e6
commit 2d7b66dd37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3075,7 +3075,7 @@ unsigned int *ComputeSHA1(unsigned char *data, int dataSize)
hash[4] += e;
}
free(msg);
RL_FREE(msg);
return hash;
}