https://bugs.freedesktop.org/show_bug.cgi?id=69090

Matthew Francis <[email protected]> changed:

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

--- Comment #9 from Matthew Francis <[email protected]> ---
The problem lies in GtkSalMenu::GetMenuForItemCommand()

In short, it's a bad idea to
    gchar* blah = (gchar*) OUStringToOstring(......).getStr()
because the anonymous OString is destructed immediately, before the extracted
gchar* can be used

The reason this only shows up in a development build is because you end up with
    G_SLICE=always-malloc MALLOC_PERTURB_=<n>
set in the "ooenv" script, which is enough to tickle the bug in a way that
doesn't happen in a release build

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

Reply via email to