static_libs/vg_common: Fix resource leak
authorChristopher Michael <cp.michael@samsung.com>
Wed, 24 Apr 2019 12:56:00 +0000 (08:56 -0400)
committerWoochanlee <wc0917.lee@samsung.com>
Tue, 30 Apr 2019 00:45:30 +0000 (09:45 +0900)
commit31737097c73e1a1348c47cc87b0863c81fc7da02
tree2c4cd8cd38bd65ca5999ce9932a167f3d236eb61
parent595282f80242592bd8d4b71f912d1f6e036bb71a
static_libs/vg_common: Fix resource leak

Coverity reports a resource leak here. The function _create_node
returns allocated storage which should be freed when we are finished
with it.

Fixes CID1382215

@fix
src/static_libs/vg_common/vg_common_svg.c