Revision 638735

Go back to digest for 4th March 2007

Bug Fixes in KDE Base

Aaron J. Seigo committed changes in /trunk/KDE/kdelibs/kio/kio:

memory leak; whenever init was called it was creating a new dptr without deleting the existing one, and setData called init. minicli would call setData repeatedly. unfortunately, setData was inlined and so were the constructors (!!).

so if you encounter crashes in your apps (e.g. konqueror) after updating kdelibs, rebuild them.

File Changes

Modified 2 files
  • /trunk/KDE/kdelibs/kio/kio
  •   /kurifilter.cpp
  •   /kurifilter.h
2 files changed in total