2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[2821] Updated documentation related to MySqlHolder class.

This commit is contained in:
Stephen Morris
2013-03-07 23:00:23 +00:00
parent e58c2fd32c
commit b11b84e52d
2 changed files with 30 additions and 4 deletions

View File

@@ -908,6 +908,9 @@ MySqlLeaseMgr::~MySqlLeaseMgr() {
statements_[i] = NULL;
}
}
// There is no need to close the database in this destructor: it is
// closed in the destructor of the mysql_ member variable.
}