-
I've compiled GLplot under MS VisualC++ 7.0. In order to achieve this, I've downloaded the original version of third-party mathexpr library, and found a memory leak in mathexpr.cpp there:
s=new char[n];
// HACK: mlkz memory leak when op == Num || op == Var
switch(op){
case Num:return ValToStr(ValC);
case Var:return CopyStr(pvar->name);
............
This error can be found in...
2006-11-30 06:52:13 UTC by hm_
-
frm committed revision 81 to the GLplot SVN repository, changing 20 files.
2006-04-10 21:50:01 UTC by frm
-
frm committed revision 80 to the GLplot SVN repository, changing 20 files.
2006-04-06 22:35:12 UTC by frm
-
frm committed revision 79 to the GLplot SVN repository, changing 2 files.
2006-04-05 22:27:22 UTC by frm
-
frm committed revision 78 to the GLplot SVN repository, changing 3 files.
2006-04-05 22:26:45 UTC by frm
-
frm committed revision 77 to the GLplot SVN repository, changing 1 files.
2006-04-05 22:11:26 UTC by frm
-
frm committed revision 76 to the GLplot SVN repository, changing 4 files.
2006-04-05 22:10:48 UTC by frm
-
frm committed patchset 3 of module wxGlPlotWebsite to the GLplot CVS repository, changing 8 files.
2006-04-05 16:28:47 UTC by frm
-
frm committed patchset 32 of module wxGlPlot to the GLplot CVS repository, changing 50 files.
2006-04-05 16:27:22 UTC by frm
-
frm committed revision 75 to the GLplot SVN repository, changing 12 files.
2006-04-05 14:27:07 UTC by frm