]> www.ginac.de Git - ginac.git/commit
fixed memory leak in subs(), reproducible by, for example, the following code:
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Tue, 26 Aug 2003 19:37:55 +0000 (19:37 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Tue, 26 Aug 2003 19:37:55 +0000 (19:37 +0000)
commit46f5f27e60e950d5843382121238dabd487b143c
tree6b40eb10efececf0f87f89c5b7bc9b2954dc5b5b
parentdb7223e0c2c1f8d9a860e80a6631055f57ac067e
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
ginac/container.pl
ginac/expairseq.cpp