free message queue and nrfsniff updates

nrfsniff updates by mothball187 and ESurge
This commit is contained in:
MX
2022-08-10 05:03:01 +03:00
parent 8527b7a8ed
commit 3d723679bd
8 changed files with 14 additions and 7 deletions

View File

@@ -412,6 +412,7 @@ int32_t barcode_UPCA_generator_app(void* p) {
ValueMutex state_mutex;
if(!init_mutex(&state_mutex, plugin_state, sizeof(PluginState))) {
FURI_LOG_E("barcode_UPCA_generator", "cannot create mutex\r\n");
furi_message_queue_free(event_queue);
free(plugin_state);
return 255;
}