ostree/src
Dan Nicholson dd3cda401b repo: Fix object list keys ownership
ostree_object_name_serialize returns a floating ref, so sink it before
adding it to the hash table so it can properly be freed later when the
hash table is destroyed.

This is particularly a problem for pygobject, which sinks the refs on
variants as it marshals them to native python types. If the ref isn't
already sunk, then the ref count won't increase and a critical warning
will be raised when both the hash table and pygobject try to unref it.

Closes: #635
Approved by: cgwalters
2016-12-22 16:07:52 +00:00
..
boot boot: Ensure we remount /var writable before systemd does journal flush 2016-09-15 19:41:44 +00:00
libostree repo: Fix object list keys ownership 2016-12-22 16:07:52 +00:00
libotutil lib: Split out helper function to create GPG context 2016-11-17 09:44:07 +00:00
ostree tree-wide: Switch to autoptr for GOptionContext 2016-12-08 16:48:20 +00:00
rofiles-fuse rofiles-fuse: Rework to be based on nlink 2016-08-16 21:22:28 +00:00
switchroot ostree-prepare-root: Fix running with musl 2016-09-01 20:17:58 +00:00