Fix memory leak 56/101256/3
authorseungha.son <seungha.son@samsung.com>
Wed, 30 Nov 2016 12:20:31 +0000 (21:20 +0900)
committerSon seungha <seungha.son@samsung.com>
Fri, 2 Dec 2016 04:30:54 +0000 (20:30 -0800)
commitbc9b35d5513cbc858761a34d0bb830252799e7ba
tree46dbac28fd5718fb4caa26b80574b25238a83390
parentc830a6becb41b3d9d1586ca6c4997f04ae638685
Fix memory leak

 - The buffer pointed by the dynamically allocated structure is changed
   without free the memory under certain conditions. No pointer to
   buffer allocated by malloc.

Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I436286b2a9b866c6244d6c0a91187cf26842cad0
src/badge_internal.c