X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2ae8a312e058f71d0f02be4f2f9cc6f284ebbf34..b359cee677eb741b0fe6fe14a031da2b6f6cdfac:/client/loclass/cipherutils.c

diff --git a/client/loclass/cipherutils.c b/client/loclass/cipherutils.c
index 8c6a278a..f9c62273 100644
--- a/client/loclass/cipherutils.c
+++ b/client/loclass/cipherutils.c
@@ -207,6 +207,7 @@ void printarr_human_readable(char * title, uint8_t* arr, int len)
 		cx += snprintf(output+cx,outsize-cx, "%02x ",*(arr+i));
 	}
 	prnlog(output);
+	free(output);
 }
 
 //-----------------------------