Dynamic memory referenced by 'handle->auth_info_cb' was allocated at autofill_stub.c:3925 by calling function 'rpc_port_AutofillAppPort_autofill_auth_info_received_cb_clone' at autofill-daemon.c:98 and lost at autofill-daemon.c:121.
Change-Id: Ie3bbba42a1dab3688c3d409b6f3374a35335d9f7
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
if (!handle->error_info_cb) {
LOGE("Out of memory");
free(handle->app_id);
+ rpc_port_AutofillAppPort_autofill_auth_info_received_cb_destroy(handle->auth_info_cb);
+ rpc_port_AutofillAppPort_autofill_fill_response_received_cb_destroy(handle->fill_response_received_cb);
free(handle);
return NULL;
}