From ecad2b8ec15f6bb9831a5a45350ecb08ec9a932f Mon Sep 17 00:00:00 2001 From: Rene Brun <Rene.Brun@cern.ch> Date: Thu, 13 Apr 2006 09:25:54 +0000 Subject: [PATCH] Delete TMinuit object in destructor git-svn-id: http://root.cern.ch/svn/root/trunk@14683 27541ba8-7e3a-0410-8455-c3a389f83636 --- minuit/src/TFitter.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/minuit/src/TFitter.cxx b/minuit/src/TFitter.cxx index f1be901a857..b3393d046f5 100644 --- a/minuit/src/TFitter.cxx +++ b/minuit/src/TFitter.cxx @@ -1,4 +1,4 @@ -// @(#)root/minuit:$Name: $:$Id: TFitter.cxx,v 1.39 2005/11/29 19:02:58 brun Exp $ +// @(#)root/minuit:$Name: $:$Id: TFitter.cxx,v 1.40 2006/03/20 08:22:40 brun Exp $ // Author: Rene Brun 31/08/99 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * @@ -49,6 +49,7 @@ TFitter::~TFitter() if (fCovar) delete [] fCovar; if (fSumLog) delete [] fSumLog; + delete fMinuit; } //______________________________________________________________________________ -- GitLab