videoplayback/videohelix/src/mpxvideofiledetails.cpp
branchRCL_3
changeset 6 7d91903f795f
parent 0 96612d01cf9f
child 16 7f2b2a65da29
--- a/videoplayback/videohelix/src/mpxvideofiledetails.cpp	Tue Feb 02 00:12:10 2010 +0200
+++ b/videoplayback/videohelix/src/mpxvideofiledetails.cpp	Fri Feb 19 22:52:52 2010 +0200
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: 9 %
+// Version : %version: 10 %
 
 
 
@@ -83,6 +83,36 @@
         iClipName = NULL;
     }
 
+    if ( iDescription )
+    {
+        delete iDescription;
+        iDescription = NULL;
+    }
+
+    if ( iLocation )
+    {
+        delete iLocation;
+        iLocation = NULL;
+    }
+
+    if ( iCopyright )
+    {
+        delete iCopyright;
+        iCopyright = NULL;
+    }
+
+    if ( iLanguage )
+    {
+        delete iLanguage;
+        iLanguage = NULL;
+    }
+    
+    if ( iKeywords )
+    {
+        delete iKeywords;
+        iKeywords = NULL;
+    }
+        
     iResolutionWidth = 0;
     iResolutionHeight = 0;
     iMaxVolume = 0;