Fix of some memory leaks

This commit is contained in:
Julien Sentier 2012-02-23 14:07:15 +01:00 committed by Robin Sommer
parent a3e419fee0
commit 2e069c9596
5 changed files with 12 additions and 0 deletions

View file

@ -4910,6 +4910,7 @@ Val* ListExpr::Eval(Frame* f) const
if ( ! ev )
{
Error("uninitialized list value");
delete v;
return 0;
}