Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtio-gpu: don't free things on ttm_bo_init failure
ttm_bo_init will call the destroy callback which will do all this, this was causing a double free. Signed-off-by: Dave Airlie <airlied@redhat.com>
- Loading branch information