rename uc_context_free() to uc_mem_free(). see #373
This commit is contained in:
@@ -7,6 +7,6 @@ void uc_close_wrapper(uc_engine *uc) {
|
||||
void uc_close_dummy(uc_engine *uc) {
|
||||
}
|
||||
|
||||
void uc_context_free_wrapper(uc_context *context) {
|
||||
uc_context_free(context);
|
||||
void uc_mem_free_wrapper(void *mem) {
|
||||
uc_mem_free(mem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user