diff options
-rw-r--r-- | mate-panel/panel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel.c b/mate-panel/panel.c index aa129e4b..f67b2ff1 100644 --- a/mate-panel/panel.c +++ b/mate-panel/panel.c @@ -683,7 +683,7 @@ drop_urilist (PanelWidget *panel, success = FALSE; } - g_object_unref (info); + g_clear_object (&info); g_object_unref (file); } |