mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-06 06:59:16 -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>