On Mon, Aug 8, 2011 at 3:49 PM, Markus Mohrhard <markus.mohrhard@googlemail.com> wrote:
Hello, http://cgit.freedesktop.org/libreoffice/calc/commit/?id=41f8f6d3503e91f23a6d58cbab5ae314f663aab9 changes delete to delete[] for a pointer that was created with new[]. I think it should be included into the 3-4 branch since this removes a memory leak.
I agree. Pushed to the 3-4 branch. Kohei