diff options
Diffstat (limited to 'mate-screenshot/screenshot-dialog.c')
-rw-r--r-- | mate-screenshot/screenshot-dialog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mate-screenshot/screenshot-dialog.c b/mate-screenshot/screenshot-dialog.c index e3a9b923..f9c9a331 100644 --- a/mate-screenshot/screenshot-dialog.c +++ b/mate-screenshot/screenshot-dialog.c @@ -181,6 +181,7 @@ drag_data_get (GtkWidget *widget, uris[1] = NULL; gtk_selection_data_set_uris (selection_data, uris); + g_strfreev (uris); } else if (info == TYPE_IMAGE_PNG) { |