From c298933574e1a78f2cdbc5d2c8aef02d30f613d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Fri, 12 Mar 2021 16:43:14 -0300 Subject: . --- src/tui.c | 4 ++-- 1 file 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(); -- cgit v1.2.3