Remove __ms_check_ini_status() function 86/231986/4
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 27 Apr 2020 06:33:25 +0000 (15:33 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 28 Apr 2020 01:16:44 +0000 (10:16 +0900)
commit045113aedbc1941356a4bca644c97213d216c552
tree49b02eef26749c8c6b985acde8c6661fed67525d
parent681f44cd7bcccb91916fd89af8d5ae9effd764cd
Remove __ms_check_ini_status() function

Since the ini file is located in read-only partition,
removal or modification of this file is meaningless.
Also, ini file size can not be a reasonable method
to check if this file is tainted or not.

Missing const qualifier is added.

Unnecessary null check for g_strdup() is removed.

[Version] 0.1.36
[Issue Type] Improvement

Change-Id: I935729f3ab5578feac628845b823e0fe8564eb56
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
include/media_streamer_util.h
packaging/capi-media-streamer.spec
src/media_streamer_util.c