~greg.grossmeier/exempi/trunk

« back to all changes in this revision

Viewing changes to XMPFiles/source/FormatSupport/ID3_Support.cpp

  • Committer: Hubert Figuière
  • Date: 2014-04-22 18:02:25 UTC
  • mfrom: (181.1.9)
  • Revision ID: git-v1:5013ac34dda98b65d8916eca1303488abaade995
Merge branch 'exempi-2.3-branch'

Conflicts:
        samples/source/common/LargeFileAccess.cpp
        source/XMPFiles/FileHandlers/MP3_Handler.cpp
        source/XMPFiles/FormatSupport/ID3_Support.hpp

Show diffs side-by-side

added added

removed removed

Lines of Context:
440
440
 
441
441
void ID3v2Frame::release()
442
442
{
443
 
        if ( this->content != 0 ) delete this->content;
 
443
        if ( this->content != 0 ) delete [] this->content;
444
444
        this->content = 0;
445
445
        this->contentSize = 0;
446
446
}