mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-09 03:00:07 -04:00
Fix mem leak in flash mem read
This commit is contained in:
@@ -1391,6 +1391,7 @@ void UsbPacketReceived(uint8_t *packet, int len) {
|
||||
FlashStop();
|
||||
|
||||
cmd_send(CMD_ACK, 1, 0, 0, 0, 0);
|
||||
BigBuf_free();
|
||||
LED_B_OFF();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user