about summary refs log tree commit diff stats
path: root/src/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.c')
-rw-r--r--src/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/log.c b/src/log.c
index 3c172dea..20dc0b4e 100644
--- a/src/log.c
+++ b/src/log.c
@@ -121,6 +121,7 @@ log_msg(log_level_t level, const char * const area, const char * const msg)
         g_date_time_unref(dt);
     
         fflush(logp);
+        g_free(date_fmt);
     }
 }