Modified topics creation and deletion location.

This commit is contained in:
Ulysse Cura 2026-08-16 23:51:49 +02:00
parent 6c25cc0ca0
commit 434cc4fd4e
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit 513b8d1f3720c536f66d70ea0fa31a9e81df633b
Subproject commit 5ba0ff9be3ad150f89a01a7941382b86320b46d3

View File

@ -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;