diff --git a/src/add-ons/translators/gif/GIFView.cpp b/src/add-ons/translators/gif/GIFView.cpp index 1be7ac2eb3..443c24f303 100644 --- a/src/add-ons/translators/gif/GIFView.cpp +++ b/src/add-ons/translators/gif/GIFView.cpp @@ -193,6 +193,7 @@ GIFView::GIFView(TranslatorSettings* settings) GIFView::~GIFView() { fSettings->Release(); + delete fTitle; delete fVersion; delete fCopyright; @@ -200,7 +201,6 @@ GIFView::~GIFView() delete fColorCountMF; delete fDitheringBox; delete fInterlacedBox; - delete fInterlacedBox; delete fTransparentBox; }