Bugfix in the server, so the destructor now works

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1947 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
unzner
2012-11-21 15:02:47 +00:00
parent dfe4a5d4c0
commit 431678eabf

View File

@ -178,9 +178,7 @@ L4SysExperiment::L4SysExperiment()
}
L4SysExperiment::~L4SysExperiment() {
// FIXME: this should actually work, but it seems that the job server
// needs the param record even after the program has terminated
// delete param;
delete param;
}
void L4SysExperiment::terminate(int reason) {