﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3256	Memory leak in ModelicaSimulationError?	Rüdiger Franke	Rüdiger Franke	"r25329 (re-)commits the code:
{{{#!c++
class ModelicaSimulationError : public std::runtime_error 
{ 
  public: 
    ModelicaSimulationError(SIMULATION_ERROR error_id, const std::string& error_info) 
    : runtime_error(strdup(error_info.c_str())) 
    , _error_id(error_id) 
    { 
    } 
}}}

Who frees the memory allocated with `strdup`?
"	defect	closed	critical	1.9.3	Cpp Run-time	trunk	fixed		Nils Menager Volker Waurich Niklas Worschech Martin Flehmig
