ostree/src
Jonathan Lebon d4a186e80e lib/pull: Avoid calling destroy on unref'ed GSource
We're creating the timer source and then passing ownership to the
context, but because we didn't free the pointer, we would still call
`g_source_destroy` in the exit path. We'd do this right after doing
`unref` on the context too, which would have already destroyed and
unref'ed the source.

Drop that and just restrict the scope of that variable down to make
things more obvious.

Just noticed this after reviewing #1953.
2019-10-23 11:15:02 -04:00
..
boot grub2: Exit gracefully if the configuration has BLS enabled 2019-09-26 17:59:37 +00:00
libostree lib/pull: Avoid calling destroy on unref'ed GSource 2019-10-23 11:15:02 -04:00
libotutil lib/checksum-utils: Use g_memdup() 2019-10-18 15:07:39 +00:00
ostree prune: [scan-build] Initialize a variable 2019-10-16 13:48:20 +00:00
rofiles-fuse rofiles-fuse: Improve error message for failure to open root 2018-10-12 14:11:10 +00:00
switchroot prepare-root: remember to remove /sysroot.tmp 2019-09-13 12:40:57 +00:00