소스 검색

Forgot to stage a line

Aaron Tulino (Aaronjamt) 10 달 전
부모
커밋
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);
 }