diff --git a/hello_world.c b/hello_world.c index 5d927a6..791ac92 100644 --- a/hello_world.c +++ b/hello_world.c @@ -113,6 +113,7 @@ int32_t hello_world_app() { view_port_free(view_port); furi_message_queue_free(event_queue); delete_mutex(&state_mutex); + free(plugin_state); return 0; }