Re: [PATCH] compositor-drm: free drm_mode in drm_output_destroy

2013-12-16 Thread Bryce W. Harrington
On Mon, Dec 16, 2013 at 03:23:43PM +0800, Xiong Zhang wrote: > When drm_output is destroyed, we should free drm_mode to avoid > memoey leakage. ^ 'memory' > Signed-off-by: Xiong Zhang Reviewed-by: Bryce Harrington > --- > src/compositor-drm.c | 7 +++ > 1 file changed, 7 insertions(+) >

[PATCH] compositor-drm: free drm_mode in drm_output_destroy

2013-12-15 Thread Xiong Zhang
When drm_output is destroyed, we should free drm_mode to avoid memoey leakage. Signed-off-by: Xiong Zhang --- src/compositor-drm.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index fbf6e49..9af8f8d 100644 --- a/src/compositor-drm.c +++ b