Fix SVACE & Coverity issues 83/173183/1 accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20181102.014313 accepted/tizen/unified/20180321.134842 submit/tizen/20180320.110142 submit/tizen/20180321.023238 submit/tizen_5.0/20181101.000002
authorchanywa <cbible.kim@samsung.com>
Tue, 20 Mar 2018 02:49:11 +0000 (11:49 +0900)
committerchanywa <cbible.kim@samsung.com>
Tue, 20 Mar 2018 02:49:11 +0000 (11:49 +0900)
Change-Id: If1615d3934ade5a42c8b00bb42966a2f81fa4eb4

packaging/capi-location-manager.spec
src/locations.c

index 4341f9c..72592cb 100644 (file)
@@ -1,6 +1,6 @@
 Name: capi-location-manager
 Summary: A Location Manager library in Tizen Native API
-Version: 0.8.1
+Version: 0.8.2
 Release: 1
 Group: Location/API
 License: Apache-2.0
index 3fe8082..36165c5 100755 (executable)
@@ -1235,6 +1235,8 @@ EXPORT_API int location_manager_get_distance(double start_latitude, double start
        LocationPosition *end = location_position_new(0, end_latitude, end_longitude, 0, LOCATION_STATUS_2D_FIX);
 
        ret = location_get_distance(start, end, &u_distance);
+       location_position_free(start);
+       location_position_free(end);
        if (ret != LOCATION_ERROR_NONE)
                return __convert_error_code(ret);       //LCOV_EXCL_LINE