
The precondition checks in meta_selection_source_memory_new can return NULL if the mimetype is NULL but callers expect the error to be set when NULL is returned. Let's just make sure we never call it with a NULL mimetype. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3678>