messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit 2531da9bf962386ba0d7d1b824dd399dd0980f39
parent 8e553e0324a970fb847b827b8f47f2d7c7b4f76a
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Sun, 31 Oct 2021 01:08:53 +0200

Fixed segfault during exit

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Msrc/ui/messenger.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/ui/messenger.c b/src/ui/messenger.c @@ -80,7 +80,8 @@ handle_back_button_click(UNUSED GtkButton* button, } static void -handle_main_window_destroy(gpointer user_data) +handle_main_window_destroy(UNUSED GtkWidget *window, + gpointer user_data) { MESSENGER_Application *app = (MESSENGER_Application*) user_data;