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(+)
>
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