haskell-gi-base 0.20.6 → 0.20.7
raw patch · 3 files changed
+6/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Data/GI/Base/GObject.hsc +1/−0
- haskell-gi-base.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+### 0.20.7+++ Fix a memory leak in doConstructGObject.+ ### 0.20.6 + Use g_object_new_with_properties instead of g_object_newv in
Data/GI/Base/GObject.hsc view
@@ -53,6 +53,7 @@ result <- g_object_new gtype (fromIntegral nprops) names values freeStrings nprops names free values+ free names -- Make sure that the GValues defining the GProperties are still -- alive at this point (so, in particular, they are still alive when -- g_object_new is called). Without this the GHC garbage collector
haskell-gi-base.cabal view
@@ -1,5 +1,5 @@ name: haskell-gi-base-version: 0.20.6+version: 0.20.7 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