naqvis / webview

Crystal bindings to Webview library
MIT License
94 stars 8 forks source link

Fix deleting bindings #25

Closed konovod closed 1 year ago

konovod commented 1 year ago

Without this patch, calling bound functions eventually lead to crash, as GC wil collect binding.

naqvis commented 1 year ago

Thanks @konovod , nice catch 👍