Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdecb65b authored by Christian König's avatar Christian König Committed by Alex Deucher
Browse files

drm/amdgpu: fix context memory leak

parent 0753b452
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -130,6 +130,7 @@ void amdgpu_ctx_fini(struct amdgpu_fpriv *fpriv)
			DRM_ERROR("ctx %p is still alive\n", ctx);
	}

	idr_destroy(&mgr->ctx_handles);
	mutex_destroy(&mgr->lock);
}