Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 500 Bytes

CHANGELOG.md

File metadata and controls

7 lines (4 loc) · 500 Bytes

1.0.1 (July 27, 2023)

Bug Fixes

  • fix: gc error caused by calls of the GLib.Bytes.unref_to_array (#5)

    It was discovered that calls of the GLib.Bytes.unref_to_array were leaving the underlying Bytes object in a state that was causing GC to fail when trying to free up the memory taken by it. All the instances where this function was used have been updated to use the GLib.Bytes.toArray function instead, which should fix this issue.