瀏覽代碼

Forgot to stage a line

Aaron Tulino (Aaronjamt) 9 月之前
父節點
當前提交
607b34ae44
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      picopass.c

+ 1 - 1
picopass.c

@@ -175,7 +175,7 @@ void picopass_free(Picopass* picopass) {
     furi_record_close(RECORD_NOTIFICATION);
     picopass->notifications = NULL;
 
-    plugin_manager_free(picopass->plugin_manager);
+    plugin_manager_free(picopass->plugin_wiegand_manager);
 
     free(picopass);
 }