summaryrefslogtreecommitdiff
path: root/gstcs/mm_util_gstcs.c
diff options
context:
space:
mode:
authorhj kim <backto.kim@samsung.com>2020-04-28 11:09:19 +0900
committerhj kim <backto.kim@samsung.com>2020-04-28 15:04:16 +0900
commitf9bd6950eca62b466ef14262dd64d5d1f382006f (patch)
treed7fcf70c193bd118c573d055bc7520bd87f9249b /gstcs/mm_util_gstcs.c
parent36fe1b69c927196defe1c6fd4b1dabf37d777f1d (diff)
downloadlibmm-imgp-gstcs-accepted/tizen_6.5_unified.tar.gz
libmm-imgp-gstcs-accepted/tizen_6.5_unified.tar.bz2
libmm-imgp-gstcs-accepted/tizen_6.5_unified.zip
Change-Id: Id599c5b40b251a0a30e30177976f5682c091889d
Diffstat (limited to 'gstcs/mm_util_gstcs.c')
-rw-r--r--gstcs/mm_util_gstcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gstcs/mm_util_gstcs.c b/gstcs/mm_util_gstcs.c
index 8188603..0568383 100644
--- a/gstcs/mm_util_gstcs.c
+++ b/gstcs/mm_util_gstcs.c
@@ -637,7 +637,7 @@ static int _mm_imgp_gstcs(imgp_info_s* pImgp_info, unsigned char *src, unsigned
ret = _gstcs_create_default_thread(pGstreamer_s);
if (ret != GSTCS_ERROR_NONE) {
gstcs_error("Error: _gstcs_create_default_thread is failed");
- GSTCS_FREE(pGstreamer_s);
+ g_free(pGstreamer_s);
return ret;
}
@@ -654,7 +654,7 @@ static int _mm_imgp_gstcs(imgp_info_s* pImgp_info, unsigned char *src, unsigned
if (ret != GSTCS_ERROR_NONE)
gstcs_error("Error: _gstcs_create_default_thread is failed");
- GSTCS_FREE(pGstreamer_s);
+ g_free(pGstreamer_s);
return ret;
}