GIFTranslator: accidentially deleted this twice

This commit is contained in:
John Scipione
2014-03-06 18:37:32 -05:00
parent 2433b9e64f
commit 7bad8fc1f6
+1 -1
View File
@@ -193,6 +193,7 @@ GIFView::GIFView(TranslatorSettings* settings)
GIFView::~GIFView() GIFView::~GIFView()
{ {
fSettings->Release(); fSettings->Release();
delete fTitle; delete fTitle;
delete fVersion; delete fVersion;
delete fCopyright; delete fCopyright;
@@ -200,7 +201,6 @@ GIFView::~GIFView()
delete fColorCountMF; delete fColorCountMF;
delete fDitheringBox; delete fDitheringBox;
delete fInterlacedBox; delete fInterlacedBox;
delete fInterlacedBox;
delete fTransparentBox; delete fTransparentBox;
} }