Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #76 - johshoff:use_stbi_free, r=Ms2ger
Use stbi_free instead of libc::free The current code is correct, but using the free function provided by stb_image makes it more obvious that it's using the same allocator to allocate and free memory.
- Loading branch information