Skip to content

fc: Don't use GTask for threading

Matthias Clasen requested to merge fix-lilypond-leak into master

GTask requires a running mainloop, otherwise we end up leaking task objects and their associated data. This is not a problem in GTK applications, but it does show up in batch operation, such as with lilypond.

To avoid this problem, use plain threads.

Merge request reports