Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
local: Fix segfault when destroying block
If both the DMABUF and the MMAP APIs are enabled, and the kernel supports the DMABUF API, local_free_dmabuf() will be called. Therefore, the "pdata" pointer should never be deferenced after that point. Signed-off-by: Paul Cercueil <[email protected]>
- Loading branch information