mirror of
https://github.com/flatpak/flatpak.git
synced 2026-09-12 22:22:09 -04:00
The cache_dirs_in_use tracks the cache dirs, and which pull it is associated with. It can also be associated with no pull anymore in which case the value is NULL. The iteration over cache_dirs_in_use thus needs to handle NULL values.