SVN commit 770212 by djarvie: Fix delete call (backport rev. 764518) M +1 -1 vcalformat.cpp --- branches/KDE/3.5/kdepim/libkcal/vcalformat.cpp #770211:770212 @@ -1427,7 +1427,7 @@ methodType = fakeCString(vObjectUStringZValue(curVO)); kdDebug(5800) << "This calendar is an iTIP transaction of type '" << methodType << "'" << endl; - delete methodType; + deleteStr(methodType); } // warn the user that we might have trouble reading non-known calendar.