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, 0 insertions, 1 deletions
diff --git a/src/ui/chat_entry.c b/src/ui/chat_entry.c
index cdf7c6b..5ff7063 100644
--- a/src/ui/chat_entry.c
+++ b/src/ui/chat_entry.c
@@ -51,6 +51,5 @@ 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);
55 return handle; 54 return handle;
56} 55}