Fix branch past initialize issue 76/255576/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 19 Mar 2021 08:36:34 +0000 (17:36 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 19 Mar 2021 08:36:54 +0000 (17:36 +0900)
commit7804d313914164dfc23f512fc37e57438e32e4e7
treeb7c0a4b91ccf1d5582c1069cc3c518df05081de7
parent45f734efb3f029253916a512974e8a5e48a3b604
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: I41ecefd76dc71a6b194abd514c4231ac5597d986
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
client/src/sticker_data.c
server/stickerd_data_manager.c
server/stickerd_db_manager.c
sticker-parser/sticker-parser.c