Merge branch 'carlosgc/content-provider-union-write' into 'master'

clipboard: GdkContentProviderUnion should return after writing the first matched format

See merge request GNOME/gtk!1856
This commit is contained in:
Matthias Clasen 2020-05-08 15:50:33 +00:00
commit 53ca60adbf

View File

@ -302,6 +302,7 @@ gdk_content_provider_union_write_mime_type_async (GdkContentProvider *provid
gdk_content_provider_union_write_mime_type_done,
task);
gdk_content_formats_unref (formats);
return;
}
gdk_content_formats_unref (formats);
}