mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-04 22:17:15 -04:00
fd_array is always non-NULL at this point; adding a conditional there confuses the code, confuses static analysis, and leaves open the possibility for ld_so_fd to be leaked if that conditional is not taken in future. Coverity CID: #1457790 Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #1108 Approved by: alexlarsson