[WGID 83003] Fixed memory leak 07/90207/1 accepted/tizen/common/20160929.163217 accepted/tizen/ivi/20160929.081751 accepted/tizen/mobile/20160929.081734 accepted/tizen/tv/20160929.081801 accepted/tizen/wearable/20160929.081741 submit/tizen/20160929.042234
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 29 Sep 2016 04:19:43 +0000 (13:19 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Thu, 29 Sep 2016 04:19:57 +0000 (13:19 +0900)
Change-Id: I1cefd36d9e4b0a0ce797551e4489f2a0c7f8aaa5
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/mobileap-agent.spec
src/mobileap_notification.c

index e2a4b38..51fb717 100644 (file)
@@ -1,6 +1,6 @@
 Name:          mobileap-agent
 Summary:       Mobile AP daemon for setting tethering environments
-Version:       1.0.74
+Version:       1.0.75
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
index 8d9c651..906bf05 100644 (file)
@@ -458,6 +458,7 @@ int _update_connected_noti(mobile_ap_type_e type, int count)
                return MOBILE_AP_ERROR_INTERNAL;
        }
 
+       free(icon_path);
        DBG("-\n");
        return MOBILE_AP_ERROR_NONE;