1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00
Files
gimp/app
Jacob Boerema 6451ce3c80 app: fix #13555 crash in clipboard when closing
Apparently the gimpclipboard_send_* functions can be called when
gimp_clip has already been cleared, usually at shutdown. This is
causing crashes sometimes that I have not been able to reproduce.

Fixing this at the source would be best, but I have not been able to
figure out where that would be. So, next best thing is adding a check
to bail out early when gimp_clip is NULL.
2025-10-02 12:08:55 -04:00
..
2025-09-24 17:24:28 +00:00
2025-09-22 00:43:11 +02:00
2025-10-02 13:22:29 +02:00