Fix branch past initialize issue 86/255686/4
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 22 Mar 2021 11:39:05 +0000 (20:39 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 23 Mar 2021 00:46:23 +0000 (09:46 +0900)
commit90e6316cb858f2d406c73cd5263749f2a0c82072
tree50fd667085ed6615bc13f24cff010d08691f7cee
parent54e7a64baa9edc9deeabe617ae14426da0b81d24
Fix branch past initialize issue

If the variable is used after the target, it will be uninitialized.
A goto jumps past the initialization of a variable.

Change-Id: If1faa93209af3328ae4dea4103533cc550fc1679
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
server/stickerd_data_manager.c
server/stickerd_db_manager.c
sticker-parser/sticker-parser.c