X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/2ae8a312e058f71d0f02be4f2f9cc6f284ebbf34..cb8c358f4d31fdc7a388136c7036d57ec431c7ca:/client/loclass/cipherutils.c
diff --git a/client/loclass/cipherutils.c b/client/loclass/cipherutils.c
index 8c6a278a..f82a11ce 100644
--- a/client/loclass/cipherutils.c
+++ b/client/loclass/cipherutils.c
@@ -30,10 +30,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with loclass. If not, see .
- *
- *
- *
+ * along with IClassCipher. If not, see .
****************************************************************************/
#include
@@ -207,6 +204,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);
}
//-----------------------------