]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/loclass/cipherutils.c
ADD: Holimans new changes in master.
[proxmark3-svn] / client / loclass / cipherutils.c
index 8c6a278a31e64a99448506d71e552d6b736aa6ed..f82a11cee430b0aea26c7693c4ee3e978822f322 100644 (file)
  * 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 <http://www.gnu.org/licenses/>.
- * 
- * 
- * 
+ * along with IClassCipher.  If not, see <http://www.gnu.org/licenses/>.
  ****************************************************************************/
 
 #include <stdint.h>
@@ -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);
 }
 
 //-----------------------------
Impressum, Datenschutz