mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Fix sections entropy display
This commit is contained in:
parent
cb26142398
commit
5b777b8202
@ -3420,7 +3420,6 @@ QList<SectionDescription> CutterCore::getAllSections()
|
|||||||
section.entropy = rz_str_get(entropy);
|
section.entropy = rz_str_get(entropy);
|
||||||
ht_pp_free(digests);
|
ht_pp_free(digests);
|
||||||
}
|
}
|
||||||
section.entropy = "";
|
|
||||||
|
|
||||||
sections << section;
|
sections << section;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user