darktable-org / darktable

darktable is an open source photography workflow application and raw developer
https://www.darktable.org
GNU General Public License v3.0
8.91k stars 1.1k forks source link

pixelpipe_cleanup backbuf fixes #16805

Closed jenshannoschwalm closed 2 weeks ago

jenshannoschwalm commented 2 weeks ago

In dt_dev_pixelpipe_cleanup() we clear backbuf data, width & height, this should be protected as elsewhere inside a pipe->backbuf_mutex protected code section.

Also avoid a memleak here.

This seems to be another part where backbuf dimensions are modified in a not-protected state as discussed in #16790. Would appreciate a detailed review.