https://bugs.documentfoundation.org/show_bug.cgi?id=133216

Aron Budea <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #15 from Aron Budea <[email protected]> ---
(In reply to Aron Budea from comment #14)
> (In reply to Timur from comment #3)
> > But with today's build and change in bug 133215, both with and without Skia
> > prints are empty.
> The empty prints started with the following commit:
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=34a699f1894f30f68c3243784586617e01e60ab6
> author                Chris Sherlock <[email protected]>     
> 2020-05-12 22:35:59 +1000
> committer     Tomaž Vajngerl <[email protected]>       2020-05-20 10:54:47 
> +0200
> 
> vcl: refactor by creating GetActionAfterBackgroundAction() function
Chris, the problem with this commit is in the following line:
https://opengrok.libreoffice.org/xref/core/vcl/source/gdi/print2.cxx?r=34a699f1#714
MetaAction* pCurrAct <= when passing a pointer like this, you don't get back
the changed pointer, and the 'for' loop after this relies on the processed
pCurrAct.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to