From 036f6ebee63ec86e92ada78ed779a1e82d4b153c Mon Sep 17 00:00:00 2001 From: moon2 <moon2protonmail@protonmail.com> Date: Sun, 6 Aug 2023 21:26:35 +0200 Subject: [PATCH] bl00mbox: fucking hell --- components/bl00mbox/bl00mbox_user.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/bl00mbox/bl00mbox_user.c b/components/bl00mbox/bl00mbox_user.c index 1544915dd9..2e7afb9d89 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 -- GitLab