Change-Id: Ibca7db4935115a7adee00858a5a3eab806e10449
Signed-off-by: Susnata Sovalin <s.sovalin@samsung.com>
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
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