diff --git a/docs/unicorn-logo.txt b/docs/unicorn-logo.txt new file mode 100644 index 00000000..943c0ad2 --- /dev/null +++ b/docs/unicorn-logo.txt @@ -0,0 +1,19 @@ + /\'. _,, + |.\ \ .'_/ + _.-- |(\\ \ .'_.' + _.-' \_\\ \\_),/ _/ + _).' .:::::::.___ .' + // ' ./::::::\\o\( + // //::/ '"( \ + //_ //::( '. '. + /_'/ /||:::\ '. \ + '// '\\:::':\_ -<_' _'- + / | '\::/|::::.._ _ )( + | | \:| \:( '.(_'._) + | | \( \::. '-) + \ \ . '""""---. + \ \ \ . _.-...) + \ \/\. \:.___.-'..:::/ + \ |\\:..\:::::'.::::/ + ' '.:::::'..:::"' + '":::""' diff --git a/uc.c b/uc.c index d2e2a21d..a7533196 100755 --- a/uc.c +++ b/uc.c @@ -284,7 +284,7 @@ uc_err uc_close(uch *handle) free(uc->hook_callbacks); - free(uc->memory_map); + free(uc->mapped_blocks); // finally, free uc itself. memset(uc, 0, sizeof(*uc));