Apply tizen coding rule 90/54190/1 submit/tizen/20151215.053002
authorHaejeong Kim <backto.kim@samsung.com>
Mon, 14 Dec 2015 05:12:57 +0000 (14:12 +0900)
committerHaejeong Kim <backto.kim@samsung.com>
Mon, 14 Dec 2015 05:14:14 +0000 (14:14 +0900)
Change-Id: I50bdaa55bce3af5b082ce7be918733660eb25672

test/media-content_test.c

index 23ee386..53bd212 100755 (executable)
@@ -2970,7 +2970,7 @@ gboolean _send_noti_operations(gpointer data)
        /* media_info_delete_batch_from_db */
        filter_h filter;
        char condition[2048] = {0,};
-       const char *temp NULL;
+       const char *temp = NULL;
        temp = tzplatform_mkpath(TZ_USER_CONTENT, "test/image%%\'");
        snprintf(condition, sizeof(condition), "MEDIA_PATH LIKE \'%s", temp);
 //     strncat(condition, temp, strlen(temp));