about summary refs log tree commit diff stats
path: root/src/ui/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/buffer.c')
-rw-r--r--src/ui/buffer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/buffer.c b/src/ui/buffer.c
index e407681e..ab5af17d 100644
--- a/src/ui/buffer.c
+++ b/src/ui/buffer.c
@@ -118,5 +118,6 @@ _free_entry(ProfBuffEntry *entry)
     free(entry->message);
     free(entry->from);
     free(entry->date_fmt);
+    free(entry);
 }