change free to RL_FREE

This commit is contained in:
CrackedPixel 2025-10-13 15:03:58 -05:00
parent d4202a09e6
commit 9d00e08835

View File

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