mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-16 22:19:47 -04:00
Everywhere else that index->manifests is used, it’s checked for being NULL beforehand, which probably means that, sometimes, it might be NULL. Let’s check that here too. Coverity issue: 1452432 Signed-off-by: Philip Withnall <withnall@endlessm.com>