X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=libtest%2Fserver.cc;h=78b729f96cb473faeeef973e325865cb0a28689f;hb=ca663a567bc8d3facb22b035bcad19349e42a9b1;hp=31c58094fa86e10bbbb3cc418491bb7c54783a4c;hpb=1be0350e7ae7a566896a9fe52863dcc22433fc8a;p=m6w6%2Flibmemcached diff --git a/libtest/server.cc b/libtest/server.cc index 31c58094..78b729f9 100644 --- a/libtest/server.cc +++ b/libtest/server.cc @@ -192,6 +192,7 @@ bool Server::start() return false; } + libtest::release_port(_port); Application::error_t ret; if (Application::SUCCESS != (ret= _app.run())) {