From kde-commits Sun Feb 03 00:58:05 2008 From: David Jarvie Date: Sun, 03 Feb 2008 00:58:05 +0000 To: kde-commits Subject: branches/KDE/3.5/kdepim/libkcal Message-Id: <1202000285.916963.30185.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120200029215027 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.