Revision 759971

Go back to digest for 13th January 2008

Bug Fixes in KDE-PIM

Christian Weilbach committed changes in /trunk/playground/pim/kblogger/src:

Fixed a huge memory leak. valgrind is great! In general all objects allocated inside a function with its pointers added to a QMap need to be deleted in the destructor via a loop.

Be not that picky about non existing media files. Q_ASSERT is a bit hard here.

File Changes

Modified 2 files
  • /trunk/playground/pim/kblogger/src
  •   /kbloggermedia.cpp
  •   /medialist.cpp
2 files changed in total