rename uc_context_free() to uc_mem_free(). see #373
This commit is contained in:
@ -14,8 +14,8 @@ void uc_close_wrapper(uc_engine *uc);
|
||||
void uc_close_dummy(uc_engine *uc);
|
||||
|
||||
/*
|
||||
* Wrap Unicorn's uc_context_free function and ignore the returned error code.
|
||||
* Wrap Unicorn's uc_mem_free function and ignore the returned error code.
|
||||
*/
|
||||
void uc_context_free_wrapper(uc_context *context);
|
||||
void uc_mem_free_wrapper(void *context);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user