瀏覽代碼

free properly

MX 1 年之前
父節點
當前提交
0ece7167f3
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      base_pack/barcode_gen/barcode_app.c

+ 1 - 0
base_pack/barcode_gen/barcode_app.c

@@ -450,6 +450,7 @@ int32_t barcode_main(void* p) {
     free_app(app);
     notification_message_block(barcode_notifications, &sequence_display_backlight_enforce_auto);
     //set_backlight_brightness(originalBrightness);
+    furi_record_close(RECORD_NOTIFICATION);
 
     return 0;
 }