mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-19 10:58:51 +00:00
Update r2 and fix r_free (#1564)
* Update radare2 to 3.5.1 * Use r_mem_free() instead of r_free()
This commit is contained in:
parent
15a4d37a1c
commit
3cef904843
2
radare2
2
radare2
@ -1 +1 @@
|
|||||||
Subproject commit bf81826eff120e690a841f678544228b1cd0cfa1
|
Subproject commit 4ec482ba2d4f554beeafb3aa47758e970bcab937
|
@ -2720,7 +2720,7 @@ QString CutterCore::ansiEscapeToHtml(const QString &text)
|
|||||||
return QString();
|
return QString();
|
||||||
}
|
}
|
||||||
QString r = QString::fromUtf8(html, len);
|
QString r = QString::fromUtf8(html, len);
|
||||||
r_free(html);
|
r_mem_free(html);
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user