Revision 87c5ee4...
Go back to digest for 13th May 2012Bug Fixes in Office
Boudewijn Rempt committed changes in [calligra] /:
Do not delete some static stuff on exit
Depending on the order of deletion and other variables, these delete
calls might cause a crash on exit or not. And there's actually no
memory leak, since this is all static stuff that's present for the
lifetime of the application.
In this case, it's better to just quit, than explicitly free all memory.
The bytes are gone with the process, and there isn't stuff that needs
to be written on quit here.
File Changes
Modified 2 files
- libs/flake/KoInputDeviceHandlerRegistry.cpp
- libs/pigment/lut.h
2 files changed in total