Modified topics creation and deletion location.
This commit is contained in:
parent
6c25cc0ca0
commit
434cc4fd4e
|
|
@ -1 +1 @@
|
|||
Subproject commit 513b8d1f3720c536f66d70ea0fa31a9e81df633b
|
||||
Subproject commit 5ba0ff9be3ad150f89a01a7941382b86320b46d3
|
||||
|
|
@ -63,8 +63,6 @@ inline int interact_component_destroy(component_t *component)
|
|||
{
|
||||
interact_component_data_t *component_data = component->data;
|
||||
|
||||
if(event_bus_remove_topic(component_data->topic_id)) return_failure_int;
|
||||
|
||||
free(component_data);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
|
|
|
|||
Loading…
Reference in New Issue