haskell-gi-base 0.20.7 → 0.20.8
raw patch · 3 files changed
+7/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- c/hsgclosure.c +2/−0
- haskell-gi-base.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+### 0.20.8+++ Fix a bug which could lead to crashes when releasing boxed objects, see [issue #130](https://github.com/haskell-gi/haskell-gi/issues/130).+ ### 0.20.7 + Fix a memory leak in doConstructGObject.
c/hsgclosure.c view
@@ -61,6 +61,8 @@ } g_free(info);++ return FALSE; /* Do not invoke again */ } void boxed_free_helper (GType gtype, void *boxed)
haskell-gi-base.cabal view
@@ -1,5 +1,5 @@ name: haskell-gi-base-version: 0.20.7+version: 0.20.8 synopsis: Foundation for libraries generated by haskell-gi description: Foundation for libraries generated by haskell-gi homepage: https://github.com/haskell-gi/haskell-gi-base