Skip to content

Commit f09b8a9

Browse files
committed
updated ccl
fixed memory leak when loading history icons fixed arrow key icon preset using wrong config value ids
1 parent 2dd078f commit f09b8a9

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

ccl

presets/arrow-key-icons.zip

-1 Bytes
Binary file not shown.

sources/input-history.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ KeyIcons::~KeyIcons()
589589

590590
void KeyIcons::load_from_file(std::string img_path, std::string cfg_path)
591591
{
592+
unload_texture();
592593
m_loaded = false;
593594
if (img_path.empty() || cfg_path.empty())
594595
return;

0 commit comments

Comments
 (0)