mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-30 16:25:04 +00:00
Update r2 and adapt Cutter (#1412)
This commit is contained in:
parent
d0540d7655
commit
3292cb22cc
2
radare2
2
radare2
@ -1 +1 @@
|
||||
Subproject commit 399bba4152e47e15126a69a21c8163f610bd932f
|
||||
Subproject commit ad13e09b11e73fc7ccc72541ba17ba86fd819f19
|
@ -2306,7 +2306,7 @@ QString CutterCore::addTypes(const char *str)
|
||||
return ret;
|
||||
}
|
||||
|
||||
r_core_save_parsed_type(core_, parsed);
|
||||
r_anal_save_parsed_type(core_->anal, parsed);
|
||||
r_mem_free(parsed);
|
||||
|
||||
if (error_msg) {
|
||||
|
Loading…
Reference in New Issue
Block a user