X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6063655a3ca719d224c61ece09645cedd5b4818c..aaa1a9a2dcb8b9f2b6acd937f84464daa50ecad6:/armsrc/hitagS.c diff --git a/armsrc/hitagS.c b/armsrc/hitagS.c index 1b247d19..a5bce4b9 100644 --- a/armsrc/hitagS.c +++ b/armsrc/hitagS.c @@ -949,14 +949,15 @@ void SimulateHitagSTag(bool tag_mem_supplied, byte_t* data) { int i, j; byte_t rx[HITAG_FRAME_LEN]; size_t rxlen = 0; -//bool bQuitTraceFull = false; + //bool bQuitTraceFull = false; bQuiet = false; byte_t txbuf[HITAG_FRAME_LEN]; byte_t* tx = txbuf; size_t txlen = 0; - BigBuf_free(); + // free eventually allocated BigBuf memory + BigBuf_free(); BigBuf_Clear_ext(false); -// Clean up trace and prepare it for storing frames + // Clean up trace and prepare it for storing frames set_tracing(TRUE); clear_trace();