diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-09 15:12:50 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-10 06:49:12 -0400 |
commit | ac4d8f2964299d14046cb6dd465ad05c87439b29 (patch) | |
tree | ce954703e652935c85bd149a1be5bcff16867766 /pango/reorder-items.c | |
parent | 3e2a8630323db7343b66df0722b3b114fedee0db (diff) | |
download | pango-fix-lilypond-leak.tar.gz |
fc: Don't use GTask for threadingfix-lilypond-leak
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.
Diffstat (limited to 'pango/reorder-items.c')
0 files changed, 0 insertions, 0 deletions