dynare/mex
Sébastien Villemot bd9943a695
Bytecode: fix memory leak in Evaluate class
The newly-created FBEGINBLOCK_ and FCALL_ instances were freed using a
base-class pointer. But the latter does not have a virtual destructor.

Those class instances are now stored by value in containers, so that the
destructor of the derived class is used.
2023-09-01 14:52:57 +02:00
..
build Build system: libkorder no longer depends on MatIO 2023-07-26 16:30:51 +02:00
sources Bytecode: fix memory leak in Evaluate class 2023-09-01 14:52:57 +02:00