Skip to content

lib: Fix refcounting assertion

Bastien Nocera requested to merge wip/hadess/services-removal-fix into master

bf5ce87a removed the SERVICES column enum member, but kept a column for it in the internal tree store. Hilarity ensued when the arrays of strings in the UUIDs column were stashed where a hashtable should have been.

Fixes: bf5ce87a

Merge request reports