rename API uc_mem_free() to uc_free(). see #662
This commit is contained in:
@ -800,7 +800,7 @@ static void test_i386_reg_save(void **state)
|
||||
assert_int_equal(eax, 2);
|
||||
|
||||
// clean up;
|
||||
uc_mem_free(saved_context);
|
||||
uc_free(saved_context);
|
||||
uc_assert_success(uc_close(uc));
|
||||
}
|
||||
/******************************************************************************/
|
||||
|
Reference in New Issue
Block a user