projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cc051f
)
Apply 1 suggestion(s) to 1 file(s)
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 15 Mar 2022 14:35:09 +0000
(14:35 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 16 Mar 2022 02:07:35 +0000
(22:07 -0400)
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index 60f07e4558699987f5824bb35ff26534b2b4f582..89f5b69ff1310442342bcbdba4ba8ec2e3d6b992 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-921,9
+921,7
@@
create_cloud_provider_account_row (GtkPlacesSidebar *sidebar,
g_free (tooltip);
g_free (mount_uri);
- if (end_icon) {
- g_object_unref (end_icon);
- }
+ g_clear_object (&end_icon);
return TRUE;
}