Revision d1c04b2...

Go back to digest for 18th November 2012

Bug Fixes in KDE-PIM

Sergio Luis Martins committed changes in [kdepim] calendarsupport/utils.cpp:

Revert 4fd1a2b2d4.

Fixes double free crash at exit.

We can't use QWidgets as K_GLOBAL_STATICs. QWidget's dtor
dereferences other global pointers (X11 stuff), which might,
or might not already been destroyed.

Works well when K_GLOBAL_STATIC deletes the widget before those
global pointers are destroyed, but we can't control the order.

Till, what about doing the caching inside the dialog's implementation?

File Changes

Modified 1 files
  • calendarsupport/utils.cpp
1 files changed in total