From: SooChan Lim Date: Tue, 15 Jun 2021 08:53:18 +0000 (+0900) Subject: tbm_bo: initialize the bo2 X-Git-Tag: submit/tizen/20210617.053259~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F259826%2F1;p=platform%2Fcore%2Fuifw%2Flibtbm.git tbm_bo: initialize the bo2 Change-Id: I56c25746dabf86426ab632bcbfc8b6a6674da8d8 --- diff --git a/src/tbm_bo.c b/src/tbm_bo.c index 0d31ea5..cf1dda0 100644 --- a/src/tbm_bo.c +++ b/src/tbm_bo.c @@ -617,7 +617,7 @@ tbm_bo_alloc_with_surface(tbm_bufmgr bufmgr, int width, int height, int format, tbm_bo tbm_bo_alloc_with_bo_data(tbm_bufmgr bufmgr, tbm_backend_bo_data *bo_data, int flags) { - tbm_bo bo, bo2; + tbm_bo bo, bo2 = NULL; _tbm_bufmgr_mutex_lock(); _tbm_set_last_result(TBM_ERROR_NONE);