When TextDrawable was destroyed while it was still laying out long text content, it was possible that already deleted objects were accessed because the background task was not stopped.
Now TextDrawable cancels the text layout operation before finishing its destructor.
Fixed|libappfw: Use-after-free during text layout
When TextDrawable was destroyed while it was still laying out long
text content, it was possible that already deleted objects were
accessed because the background task was not stopped.
Now TextDrawable cancels the text layout operation before finishing
its destructor.