rpc_port_stub_action_event_set_cmd(action_event_h, ev->cmd);
rpc_port_stub_action_event_set_nargs(action_event_h, ev->nargs);
rpc_port_stub_action_event_set_source(action_event_h, ev->source);
- rpc_port_stub_array_string_set(array_string_h, ev->args, sizeof(char **)* ev->nargs);
+ rpc_port_stub_array_string_set(array_string_h, ev->args, ev->nargs);
rpc_port_stub_action_event_set_args(action_event_h, array_string_h);
r = rpc_port_stub_mmifw_action_event_cb_invoke(client->action_cb_h, action_event_h);