[Libreoffice] [PATCH] Remove unused code

Michael Stahl mstahl at redhat.com
Fri Jan 20 12:57:25 PST 2012


On 20/01/12 20:13, Santiago Martinez wrote:

> -VclEventListeners2::~VclEventListeners2()
> -{
> -}

i'm not sure this is right; if a destructor of a class is unused, but
its other methods are used, then that usually indicates a memory leak:
the destructor is never called because all instances are leaked.

regards,
 michael



More information about the LibreOffice mailing list