This commit is contained in:
VerstreuteSeele
2023-01-26 20:31:49 +01:00
+1
View File
@@ -163,6 +163,7 @@ void reader_analyzer_stop(ReaderAnalyzer* instance) {
}
if(instance->pcap) {
nfc_debug_pcap_free(instance->pcap);
instance->pcap = NULL;
}
}