summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJi Yong Min <jiyong.min@samsung.com>2016-02-12 09:21:03 +0900
committerJi Yong Min <jiyong.min@samsung.com>2016-02-12 09:21:34 +0900
commit2b526f9e289f26307396556901f287cf671cdff3 (patch)
treed75ed6641a127b162ad86c553681e21ac521e6dc
parentf8aeb9fe470fd0229985e2c7902e3974902be940 (diff)
downloadlibmm-imgp-gstcs-accepted/tizen/wearable/20160212.050219.tar.gz
libmm-imgp-gstcs-accepted/tizen/wearable/20160212.050219.tar.bz2
libmm-imgp-gstcs-accepted/tizen/wearable/20160212.050219.zip
Change-Id: I048843fbd02e128c5a0dfdeb4906e331d0369eb2 Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
-rwxr-xr-xgstcs/mm_util_gstcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gstcs/mm_util_gstcs.c b/gstcs/mm_util_gstcs.c
index 4b3a6e5..5dd8667 100755
--- a/gstcs/mm_util_gstcs.c
+++ b/gstcs/mm_util_gstcs.c
@@ -584,7 +584,7 @@ _mm_push_buffer_into_pipeline_new(image_format_s *input_format, image_format_s *
unsigned int stride_row = stride * byte_per_pixcel;
unsigned int i = 0, y = 0;
gstcs_debug("padding will be inserted to buffer");
- data = (unsigned char *) g_malloc(src_size);
+ data = (unsigned char *) malloc(src_size);
if (data == NULL) {
gstcs_error("app_buffer is NULL\n");
return GSTCS_ERROR_INVALID_PARAMETER;