Changes to vhdlpp/expression.cc
Changed for "Microsoft Visual Studio Express 2015 RC Web" for runtime memory access violation for vhdl_test4.vhd.
This commit is contained in:
parent
5f906369b5
commit
4cf4cdabcd
|
|
@ -142,7 +142,7 @@ ExpAggregate::~ExpAggregate()
|
|||
for(std::vector<choice_element>::iterator it = aggregate_.begin();
|
||||
it != aggregate_.end(); ++it) {
|
||||
delete it->choice;
|
||||
delete it->expr;
|
||||
if(!it->alias_flag) delete it->expr;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue