mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 18:29:18 -05:00
change free to RL_FREE (#5265)
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user