2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-04 16:05:17 +00:00

[2821] Move library_end to holder

and use the holder in the unit tests as well
This commit is contained in:
Jelte Jansen
2013-03-08 12:01:03 +01:00
parent b11b84e52d
commit 17c0037b8a
3 changed files with 8 additions and 24 deletions

View File

@@ -59,6 +59,8 @@ public:
if (mysql_ != NULL) {
mysql_close(mysql_);
}
// The library itself shouldn't be needed anymore
mysql_library_end();
}
/// @brief Conversion Operator