Re: [PATCH 1/2] android: fix reference leak in sync_fence_create

2014-08-18 Thread Maarten Lankhorst
Hey, Op 18-08-14 om 14:57 schreef Dan Carpenter: > On Thu, Aug 14, 2014 at 11:53:38AM +0200, Maarten Lankhorst wrote: >> According to the documentation sync_fence_create takes ownership of the >> point, >> not a reference on the point. >> > What are the user visible effects of this bug? I assume

Re: [PATCH 1/2] android: fix reference leak in sync_fence_create

2014-08-18 Thread Dan Carpenter
On Thu, Aug 14, 2014 at 11:53:38AM +0200, Maarten Lankhorst wrote: > According to the documentation sync_fence_create takes ownership of the point, > not a reference on the point. > What are the user visible effects of this bug? I assume this is a real bug but judging solely based on your patch

[PATCH 1/2] android: fix reference leak in sync_fence_create

2014-08-14 Thread Maarten Lankhorst
According to the documentation sync_fence_create takes ownership of the point, not a reference on the point. Signed-off-by: Maarten Lankhorst Cc: Colin Cross --- drivers/staging/android/sync.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/android/sync.c b/drivers/staging/an