mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 23:23: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;
|
hash[4] += e;
|
||||||
}
|
}
|
||||||
|
|
||||||
free(msg);
|
RL_FREE(msg);
|
||||||
|
|
||||||
return hash;
|
return hash;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user