aboutsummaryrefslogtreecommitdiff
path: root/src/ui/messenger.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-11-15 11:38:15 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-11-15 11:38:15 +0100
commita0664a80213bcf5731c7ddf39d38f47171622960 (patch)
treeb7da55bd57342c60df19b5bdd6620231787c59cc /src/ui/messenger.h
parent760976b15f400194d9264a5295e27e70b88afb73 (diff)
downloadmessenger-gtk-a0664a80213bcf5731c7ddf39d38f47171622960.tar.gz
messenger-gtk-a0664a80213bcf5731c7ddf39d38f47171622960.zip
Fixed memory leaks regarding gtk builders
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/ui/messenger.h')
-rw-r--r--src/ui/messenger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/messenger.h b/src/ui/messenger.h
index 6cd4c9d..28829c2 100644
--- a/src/ui/messenger.h
+++ b/src/ui/messenger.h
@@ -35,6 +35,7 @@ typedef struct UI_MESSENGER_Handle
35{ 35{
36 GList *chat_entries; 36 GList *chat_entries;
37 37
38 GtkBuilder *builder;
38 GtkApplicationWindow *main_window; 39 GtkApplicationWindow *main_window;
39 40
40 HdyLeaflet *leaflet_chat; 41 HdyLeaflet *leaflet_chat;