Re: [PATCH 1/4] compositor-drm: Fix memory leak in update_outputs

2011-12-08 Thread Kristian Høgsberg
On Thu, Dec 8, 2011 at 11:05 AM, David Herrmann wrote: > We need to correctly free every connector we retrieve. We currently loose them > if they are not connected. Thanks, all of these look good and have been committed. Kristian > Signed-off-by: David Herrmann > --- >  compositor/compositor-dr

[PATCH 1/4] compositor-drm: Fix memory leak in update_outputs

2011-12-08 Thread David Herrmann
We need to correctly free every connector we retrieve. We currently loose them if they are not connected. Signed-off-by: David Herrmann --- compositor/compositor-drm.c |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/compositor/compositor-drm.c b/compositor/composi