metadataengine/client/src/mdeproperty.cpp
branchRCL_3
changeset 47 b73252188534
parent 0 c53acadfccc6
child 63 e538444823de
equal deleted inserted replaced
46:63c982fb92f2 47:b73252188534
    93 CMdEProperty::~CMdEProperty()
    93 CMdEProperty::~CMdEProperty()
    94 	{
    94 	{
    95 	if (iDef.PropertyType() == EPropertyText)
    95 	if (iDef.PropertyType() == EPropertyText)
    96 		{
    96 		{
    97 		delete iValue.iText;
    97 		delete iValue.iText;
       
    98 		iValue.iText = NULL;
    98 		}
    99 		}
    99 	}
   100 	}
   100 
   101 
   101 EXPORT_C const CMdEPropertyDef& CMdEProperty::Def() const
   102 EXPORT_C const CMdEPropertyDef& CMdEProperty::Def() const
   102 	{
   103 	{