diff options
author | N-R-K <79544946+N-R-K@users.noreply.github.com> | 2021-10-26 23:41:11 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 17:41:11 +0000 |
commit | 1f01c670c5fac1829e46ed8bc6b033e3680e645f (patch) | |
tree | 43b40a97eb1f0779f8ea54ada1eac22604fc9947 /CONTRIBUTING.md | |
parent | bbebd45ce614fc0297ed53bcda04a49a0cb292b6 (diff) |
fix: memory leak in img_load_webp (#135)
if `multi.cap` is >0 that means `multi.frames` has already been malloc-ed. by
unconditionally malloc-ing again, we're losing all the old memory.
this makes it so we're only malloc-ing (or realloc-ing) when needed.
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions