summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-12 16:43:14 -0300
committerAndrés <andmarti@gmail.com>2021-03-12 16:43:14 -0300
commitc298933574e1a78f2cdbc5d2c8aef02d30f613d5 (patch)
treeea081ca3b3e7c5e069e19675c0276219a618df3b
parent45326a5b5eb8fcff6fc830e45af97e1b7200375e (diff)
.
-rw-r--r--src/tui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tui.c b/src/tui.c
index 84daa0c..c1e6148 100644
--- a/src/tui.c
+++ b/src/tui.c
@@ -155,8 +155,8 @@ void ui_start_screen() {
void ui_stop_screen() {
#ifdef USECOLORS
- if (get_d_colors_param() != NULL)
- free_colors_param_dict();
+ //if (get_d_colors_param() != NULL)
+ free_colors_param_dict();
#endif
move(0, 0);
clrtobot();