Fix mem leak in flash mem read

This commit is contained in:
Philippe Teuwen 2019-03-13 12:46:03 +01:00
commit a95ff04392

View file

@ -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;
}