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 e4f9fba3..ba384217 100644 --- a/mate-panel/panel.c +++ b/mate-panel/panel.c @@ -684,7 +684,7 @@ drop_urilist (PanelWidget *panel, success = FALSE; } - g_object_unref (info); + g_clear_object (&info); g_object_unref (file); } |