--- a/metadataengine/client/src/mdeproperty.cpp Wed Jul 14 07:57:22 2010 +0300
+++ b/metadataengine/client/src/mdeproperty.cpp Fri Jul 23 10:03:59 2010 +0300
@@ -95,6 +95,7 @@
if (iDef.PropertyType() == EPropertyText)
{
delete iValue.iText;
+ iValue.iText = NULL;
}
}