-
- Downloads
C++11 modernization
Incidentally, fix a memory leak related to DynamicModelAC instantiation, using a std::unique_ptr (see Dynare/dynare#1490).
Showing
- mex/sources/k_order_perturbation/dynamic_abstract_class.hh 2 additions, 1 deletionmex/sources/k_order_perturbation/dynamic_abstract_class.hh
- mex/sources/k_order_perturbation/dynamic_dll.cc 20 additions, 17 deletionsmex/sources/k_order_perturbation/dynamic_dll.cc
- mex/sources/k_order_perturbation/dynamic_dll.hh 8 additions, 9 deletionsmex/sources/k_order_perturbation/dynamic_dll.hh
- mex/sources/k_order_perturbation/dynamic_m.cc 5 additions, 9 deletionsmex/sources/k_order_perturbation/dynamic_m.cc
- mex/sources/k_order_perturbation/dynamic_m.hh 3 additions, 4 deletionsmex/sources/k_order_perturbation/dynamic_m.hh
- mex/sources/k_order_perturbation/k_ord_dynare.cc 24 additions, 24 deletionsmex/sources/k_order_perturbation/k_ord_dynare.cc
- mex/sources/k_order_perturbation/k_ord_dynare.hh 11 additions, 11 deletionsmex/sources/k_order_perturbation/k_ord_dynare.hh
- mex/sources/k_order_perturbation/k_order_perturbation.cc 7 additions, 7 deletionsmex/sources/k_order_perturbation/k_order_perturbation.cc
Loading
-
@sebastien Can we port the memory-leak fix to the
4.5
branch? -
mentioned in commit 9dce3b83
Please register or sign in to comment