Skip to content

Commit

Permalink
cleanup pipeline properly
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienpierre committed Nov 12, 2020
1 parent 6936c6c commit 6dd8a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/develop/develop.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ void dt_dev_cleanup(dt_develop_t *dev)
dt_pthread_mutex_destroy(&dev->pipe_mutex);
dt_pthread_mutex_destroy(&dev->preview_pipe_mutex);
dt_pthread_mutex_destroy(&dev->preview2_pipe_mutex);
dev->proxy.chroma_adaptation = NULL;
if(dev->pipe)
{
dt_dev_pixelpipe_cleanup(dev->pipe);
Expand Down

0 comments on commit 6dd8a3f

Please sign in to comment.