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

--- Comment #5 from Frédéric Wang <[email protected]> ---
I was reading the Math parser in order to find how to fix bug 55853 and other
MathML export issues. I realized that in various places, String::Copy calls are
used (e.g. to test a substring). I'm not really sure about how the String class
destructor works, but that could be a potential source of memory leaks. I tried
to track them with valgrind but was not able to run soffice within it (or
perhaps I didn't wait enough, the libre office dev doc says it is 80 times
slower). Anyway, I submitted a patch for review:

https://gerrit.libreoffice.org/#/c/4457/

(note: probably, the code should be migrated to the new string API, but I don't
want to do that now)

-- 
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