about summary refs log tree commit diff stats
path: root/src/windows.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows.c')
-rw-r--r--src/windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows.c b/src/windows.c
index 099c62d7..29bbd3dd 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -141,7 +141,6 @@ gui_refresh(void)
 void
 gui_close(void)
 {
-    log_info("Closing UI");
     endwin();
 }
 
@@ -799,6 +798,7 @@ _win_show_time(WINDOW *win)
     gchar *date_fmt = g_date_time_format(time, "%H:%M");
     wprintw(win, "%s - ", date_fmt);
     g_date_time_unref(time);
+    g_free(date_fmt);
 }
 
 static void