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:
@ -178,9 +178,7 @@ L4SysExperiment::L4SysExperiment()
|
|||||||
}
|
}
|
||||||
|
|
||||||
L4SysExperiment::~L4SysExperiment() {
|
L4SysExperiment::~L4SysExperiment() {
|
||||||
// FIXME: this should actually work, but it seems that the job server
|
delete param;
|
||||||
// needs the param record even after the program has terminated
|
|
||||||
// delete param;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void L4SysExperiment::terminate(int reason) {
|
void L4SysExperiment::terminate(int reason) {
|
||||||
|
|||||||
Reference in New Issue
Block a user