mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
change free to RL_FREE (#5265)
This commit is contained in:
parent
9f831428e6
commit
2d7b66dd37
@ -3075,7 +3075,7 @@ unsigned int *ComputeSHA1(unsigned char *data, int dataSize)
|
||||
hash[4] += e;
|
||||
}
|
||||
|
||||
free(msg);
|
||||
RL_FREE(msg);
|
||||
|
||||
return hash;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user