Fix invalid memory access 01/110001/1
authorKwangyoun Kim <ky85.kim@samsung.com>
Tue, 3 Jan 2017 06:14:06 +0000 (15:14 +0900)
committerWonnam Jang <wn.jang@samsung.com>
Thu, 12 Jan 2017 11:00:30 +0000 (03:00 -0800)
Change-Id: Ic4620f58cbc31c157771a4bc21696d7489fb8dae
(cherry picked from commit c5bbe2e34202f7242ab614616060ccb408d707cc)

client/vc_widget.c

index 0f746be..98843fc 100644 (file)
@@ -1028,11 +1028,6 @@ static Eina_Bool __vc_widget_start_recording(void *data)
                }
        }
 
-       if (NULL != vc_cmd_list)
-               SLOG(LOG_DEBUG, TAG_VCW, "[CHECK] command list (%d)", g_slist_length(((vc_cmd_list_s*)vc_cmd_list)->list));
-       else
-               SLOG(LOG_DEBUG, TAG_VCW, "[CHECK] command list (NULL)");
-
        ret = -1;
        count = 0;
        while (0 != ret) {