Re: [Intel-gfx] [PATCH] Memory leak fix

2020-10-02 Thread Chris Wilson
Quoting Steve Hampson (2020-10-02 05:52:15) > Static analysis detected a memory leak if the second kmalloc fails > and the first allocation is not freed. > > Signed-off-by: Steve Hampson > --- > drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-

[Intel-gfx] [PATCH] Memory leak fix

2020-10-01 Thread Steve Hampson
Static analysis detected a memory leak if the second kmalloc fails and the first allocation is not freed. Signed-off-by: Steve Hampson --- drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/gem/i915_gem_userptr.