AloneLiberty 2 лет назад
Родитель
Сommit
f525e97073
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 1
      mifare_nested_i.h
  2. 1 0
      mifare_nested_worker.c

+ 1 - 1
mifare_nested_i.h

@@ -19,7 +19,7 @@
 #include <lib/nfc/nfc_device.h>
 #include "mifare_nested_icons.h"
 
-#define NESTED_VERSION_APP "1.2.2"
+#define NESTED_VERSION_APP "1.2.3"
 #define NESTED_GITHUB_LINK "https://github.com/AloneLiberty/FlipperNested"
 #define NESTED_RECOVER_KEYS_GITHUB_LINK "https://github.com/AloneLiberty/FlipperNestedRecovery"
 #define NESTED_NONCE_FORMAT_VERSION "3"

+ 1 - 0
mifare_nested_worker.c

@@ -887,6 +887,7 @@ void mifare_nested_worker_collect_nonces_hard(MifareNestedWorker* mifare_nested_
 
             stream_write_string(file_stream, header);
             furi_string_free(header);
+            furi_string_free(hardnested_file);
 
             while(!info->collected &&
                   mifare_nested_worker->state == MifareNestedWorkerStateCollecting) {