From 9ebea63128d7636ad9a35ae0e823a89eb6aaf7b2 Mon Sep 17 00:00:00 2001 From: Junkyeong Kim Date: Mon, 9 Jan 2017 11:38:33 +0900 Subject: [PATCH] change capture destroy eina_list element structure Change-Id: Ifc52fd72ae0b484d01e0f4533d8439c961b92eb7 Signed-off-by: Junkyeong Kim --- src/tdm_capture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tdm_capture.c b/src/tdm_capture.c index 45ea3e1..a422914 100644 --- a/src/tdm_capture.c +++ b/src/tdm_capture.c @@ -326,7 +326,7 @@ tdm_capture_destroy_internal(tdm_private_capture *private_capture) { tdm_private_display *private_display; tdm_func_capture *func_capture; - tdm_pp_private_buffer *b = NULL, *bb = NULL; + tdm_capture_private_buffer *b = NULL, *bb = NULL; struct list_head clone_list; TDM_RETURN_IF_FAIL(TDM_MUTEX_IS_LOCKED()); -- 2.7.4