Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Krzyszkowiak
chatty
Commits
9683212c
Verified
Commit
9683212c
authored
Oct 10, 2021
by
Sebastian Krzyszkowiak
Browse files
settings-dialog: Clear matrix_homeserver_dialog object on finalize
Fixes #592
parent
99a1db2b
Pipeline
#71870
passed with stages
in 8 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/chatty-settings-dialog.c
View file @
9683212c
...
...
@@ -1011,6 +1011,7 @@ chatty_settings_dialog_finalize (GObject *object)
g_cancellable_cancel
(
self
->
cancellable
);
g_clear_object
(
&
self
->
cancellable
);
g_clear_object
(
&
self
->
settings
);
g_clear_object
(
&
self
->
matrix_homeserver_dialog
);
G_OBJECT_CLASS
(
chatty_settings_dialog_parent_class
)
->
finalize
(
object
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment