Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use 'STBI_FREE(data);' instead of 'delete data;' in image_texture #734

Closed
longod opened this issue Sep 19, 2020 · 0 comments
Closed

Use 'STBI_FREE(data);' instead of 'delete data;' in image_texture #734

longod opened this issue Sep 19, 2020 · 0 comments
Assignees
Milestone

Comments

@longod
Copy link

longod commented Sep 19, 2020

Because 'stbi_load' function uses 'STBI_MALLOC'. malloc/free pairs.

Thanks.

@trevordblack trevordblack added this to the v3.2.1 milestone Sep 22, 2020
@trevordblack trevordblack self-assigned this Sep 22, 2020
hollasch added a commit that referenced this issue Sep 30, 2020
because the `stbi_load` function uses `STBI_MALLOC`.

Resolves #734
@hollasch hollasch assigned hollasch and unassigned trevordblack Sep 30, 2020
@hollasch hollasch closed this as completed Oct 2, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants