aboutsummaryrefslogtreecommitdiff
path: root/src/ui/chat_entry.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chat_entry.c')
-rw-r--r--src/ui/chat_entry.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/chat_entry.c b/src/ui/chat_entry.c
index 5ff7063..cdf7c6b 100644
--- a/src/ui/chat_entry.c
+++ b/src/ui/chat_entry.c
@@ -51,5 +51,6 @@ ui_chat_entry_new(void)
51 gtk_builder_get_object(builder, "text") 51 gtk_builder_get_object(builder, "text")
52 ); 52 );
53 53
54 g_object_unref(builder);
54 return handle; 55 return handle;
55} 56}