1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-14 18:35:16 +01:00

Fix missing gst_buffer_unref.

Fixes #4823
This commit is contained in:
John Maguire 2015-04-23 11:25:00 +01:00
parent 8a21078ae3
commit 30346e7810

View File

@ -176,6 +176,7 @@ void ProjectMVisualisation::ConsumeBuffer(GstBuffer* buffer, int) {
}
gst_buffer_unmap(buffer, &map);
gst_buffer_unref(buffer);
}
void ProjectMVisualisation::SetSelected(const QStringList& paths,