1
0
Fork 0

delete random implementation on shutdown

This commit is contained in:
Jan Steemann 2015-09-03 13:08:13 +02:00
parent d8c83a02b3
commit 73d087f788
1 changed files with 6 additions and 1 deletions

View File

@ -645,6 +645,10 @@ namespace triagens {
delete RandomHelper::combinedDevice;
RandomHelper::combinedDevice = nullptr;
}
if (uniformInteger == nullptr) {
delete uniformInteger;
}
}
@ -681,6 +685,7 @@ namespace triagens {
}
}
}
// -----------------------------------------------------------------------------
// --SECTION-- END-OF-FILE
// -----------------------------------------------------------------------------