consider memory leak issue 25/305725/1
authordyamy-lee <dyamy.lee@samsung.com>
Wed, 7 Feb 2024 02:18:21 +0000 (11:18 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Wed, 7 Feb 2024 02:18:21 +0000 (11:18 +0900)
commit72ee059f3047a279e13e1eb88d5898841e200ba4
tree2b64b11d34a2a7a0431268ffe6fa5244a5d0d202
parentb1a3e5227b6b66768248d79cfe67baff5ed614a9
consider memory leak issue

There is no case about d_default_lang is not null.
However, it couldn't suere that if the function's logic is changed.
So, this added the free(0 for considering if d_default_lang is not null case

Change-Id: Ie4c650bcd062b3045f6ecc1ffe3e9eee26d0ff0a
server/vcd_engine_agent.c