From 7bad8fc1f6e21ca492a4dd3df8a2eb34d50920ea Mon Sep 17 00:00:00 2001 From: John Scipione Date: Thu, 6 Mar 2014 18:37:32 -0500 Subject: [PATCH] GIFTranslator: accidentially deleted this twice --- src/add-ons/translators/gif/GIFView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }