metadataengine/client/src/mdeproperty.cpp
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
equal deleted inserted replaced
57:2872ae438bf7 63:e538444823de
    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;
       
    99 		}
    98 		}
   100 	}
    99 	}
   101 
   100 
   102 EXPORT_C const CMdEPropertyDef& CMdEProperty::Def() const
   101 EXPORT_C const CMdEPropertyDef& CMdEProperty::Def() const
   103 	{
   102 	{