summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkui/coverart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/coverart.c b/plugins/gtkui/coverart.c
index c8a58d48..af6ed4d3 100644
--- a/plugins/gtkui/coverart.c
+++ b/plugins/gtkui/coverart.c
@@ -305,7 +305,7 @@ cover_art_free (void) {
}
}
memset (cache, 0, sizeof (cache));
- deadbeef->mutex_free (cond);
+ deadbeef->cond_free (cond);
deadbeef->mutex_free (mutex);
}