]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/loclass/cipherutils.c
More coverity fixes
[proxmark3-svn] / client / loclass / cipherutils.c
index 1e08cf10526fa969811bb97d795f54f05df7d427..e11e8d2247caf7bda75f66837d1be1c7c05687e7 100644 (file)
@@ -192,6 +192,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);
 }
 
 //-----------------------------
Impressum, Datenschutz