Currently, if `drm_gem_object_init` fails, the object is freed without
any cleanup. Perform the cleanup in that case.
Cc: stable@vger.kernel.org
Fixes:
|
||
|---|---|---|
| .. | ||
| mod.rs | ||
| shmem.rs | ||
Currently, if `drm_gem_object_init` fails, the object is freed without
any cleanup. Perform the cleanup in that case.
Cc: stable@vger.kernel.org
Fixes:
|
||
|---|---|---|
| .. | ||
| mod.rs | ||
| shmem.rs | ||