mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-18 23:16:31 -04:00
flatpak_decompose_ref() can fail, but in this situation we know it won’t since find_matching_refs() checks it for us and hence guarantees that it only returns decomposable refs. Add some assertions to make this clearer and to shut Coverity up. Signed-off-by: Philip Withnall <withnall@endlessm.com>