mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Replace R_FREE() with r_mem_free()
This commit is contained in:
parent
fdf619a762
commit
00c0994fb5
@ -30,7 +30,7 @@ ColorSchemeFileSaver::ColorSchemeFileSaver(QObject *parent) : QObject (parent)
|
||||
{
|
||||
char* szThemes = r_str_home(R2_HOME_THEMES);
|
||||
customR2ThemesLocationPath = szThemes;
|
||||
R_FREE(szThemes);
|
||||
r_mem_free(szThemes);
|
||||
if (!QDir(customR2ThemesLocationPath).exists()) {
|
||||
QDir().mkpath(customR2ThemesLocationPath);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user