diff -r dec420019252 -r 7d91903f795f videoplayback/videohelix/src/mpxvideofiledetails.cpp --- 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;