Fix SVACE & Coverity issues
[platform/core/api/location-manager.git] / src / locations.c
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