Skip to content

paintable: Properly close DMABuf FD

As g_unix_fd_list_get will dup the FD, we must close it once we are done with it. The issue went unnoticable during my testing as apprently, the max number of open FDs is not in sync between host & toolbox and that is annoying podman issue...

Merge request reports