DmaBufAllocator: Avoid syncing with an invalid file descriptor
As DmaSyncer disables the copy c'tor, the move c'tor will be used instead. This leaves some DmaSyncers with invalid SharedFDs. They should avoid syncing with invalid file descriptors in the d'tor. Fixes: 545046a4 ("DmaBufAllocator: Make DmaSyncer non-copyable") Signed-off-by:Harvey Yang <chenghaoyang@chromium.org>
Please register or sign in to comment