diff --git a/components/bl00mbox/bl00mbox_user.c b/components/bl00mbox/bl00mbox_user.c index 1544915dd97e5c23248c93f9363eefe5c1f92cc5..2e7afb9d894cec2be3ee491f3136c2fbb3c537e0 100644 --- a/components/bl00mbox/bl00mbox_user.c +++ b/components/bl00mbox/bl00mbox_user.c @@ -388,7 +388,7 @@ bool bl00mbox_channel_connect_signal_to_output_mixer( if (root == NULL) return false; bl00mbox_connection_subscriber_t *sub = malloc(sizeof(bl00mbox_connection_subscriber_t)); - if (sub == NULL){ + if (sub == NULL) { free(root); return false; } @@ -411,7 +411,7 @@ bool bl00mbox_channel_connect_signal_to_output_mixer( if (conn->subs != NULL) { bl00mbox_connection_subscriber_t *seek = conn->subs; while (seek != NULL) { - if (seek->type == 1){ + if (seek->type == 1) { free(root); free(sub); return false; // already connected