1087649: leaked_storage: Variable sensor_info going out of scope leaks
the storage it points to.
1087675: leaked_storage: Variable sensor_info going out of scope leaks
the storage it points to.
Signed-off-by: saerome.kim <saerome.kim@samsung.com>
Name: capi-network-ua
Summary: User Awareness Framework CAPI
-Version: 0.11.3
+Version: 0.11.4
Release: 1
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
_ua_monitor_handle_user_absence_detected(
sensor_info, event_data->service,
event_data->account);
+ g_free(sensor_info);
break;
}
__ua_sensor_absence_detected(monitor, sensor_info, account);
}
}
+ _ua_free_sensor_info(sensor_info);
FUNC_EXIT;
}