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:
@@ -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
|
||||
|
Reference in New Issue
Block a user