GiNaC/ginac container.pl expairseq.cpp

Christian Bauer cbauer at thep.physik.uni-mainz.de
Tue Aug 26 17:37:56 CEST 2003


Update of /home/cvs/GiNaC/ginac

Modified Files:
      Tag: ginac_1-1
	container.pl expairseq.cpp 
Log Message:
fixed memory leak in subs(), reproducible by, for example, the following code:
    symbol x("x");
    ex e = lst(x, 1/x);
    ex f = e.subs(x == 0); // throws an exception




More information about the GiNaC-cvs mailing list