folksable / blurhash_ffi

a port of blurhash to flutter written in c via dart:ffi
https://pub.dev/packages/blurhash_ffi
BSD 3-Clause "New" or "Revised" License
38 stars 6 forks source link

Fix memory issues in C code #15

Closed iliser closed 9 months ago

iliser commented 9 months ago

fix memory leaks in decodeToArray and blurHashForPixels fix use after free in dart blurhashDecode that resulting in broken image. Maybe this solve #13 (not tested on windows)

wh201906 commented 9 months ago

https://github.com/folksable/blurhash_ffi/issues/13#issuecomment-1862002784

I think commit 4ea6639 does fix #13. Thanks!

wh201906 commented 9 months ago

@dhikshith12 Would you like to make a new release? It's definitely helpful for Windows users

dhikshithrm commented 9 months ago

Yes, v1.2.2 release is out now