From: Abhishek Sansanwal Date: Mon, 10 Apr 2017 10:33:38 +0000 (+0530) Subject: [WGID-147708] SVACE issue fixed X-Git-Tag: accepted/tizen/unified/20170411.035231^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F124178%2F1;p=apps%2Fnative%2Fug-wifi-efl.git [WGID-147708] SVACE issue fixed Signed-off-by: Abhishek Sansanwal Change-Id: I2fa6d05d46c2a4f937ec05a829780c164fcf6300 --- diff --git a/sources/wifi-syspopup/viewer-popups/view-main.c b/sources/wifi-syspopup/viewer-popups/view-main.c index 2d0cc35..9378187 100755 --- a/sources/wifi-syspopup/viewer-popups/view-main.c +++ b/sources/wifi-syspopup/viewer-popups/view-main.c @@ -273,6 +273,7 @@ static void __popup_wps_options_cb(void* data, Evas_Object* obj, void* event_inf create_wps_options_popup(devpkr_app_state->layout_main, devpkr_app_state->passpopup, &popup_info); + g_free(popup_info.title); __COMMON_FUNC_EXIT__; }