Skip to content
Snippets Groups Projects
Commit 8a2b4ab6 authored by Olivier Couet's avatar Olivier Couet
Browse files

- Fix a memory leak in PaintContour (found by Bertrand using "purify").

git-svn-id: http://root.cern.ch/svn/root/trunk@20914 27541ba8-7e3a-0410-8455-c3a389f83636
parent 5c14cd82
No related branches found
No related tags found
No related merge requests found
......@@ -3016,6 +3016,7 @@ theEND:
fH->SetLineStyle(linesav);
fH->SetLineColor(colorsav);
fH->SetFillColor(fillsav);
if (np) delete [] np;
delete [] xarr;
delete [] yarr;
delete [] itarr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment