[mod_authn_mysql] close mysql_conn in cleanup

close cached mysql_conn in server cleanup when server shuts down
This commit is contained in:
Glenn Strauss 2016-11-28 15:00:22 -05:00
parent 5bf5e1adcc
commit 4d95a8e300
1 changed files with 1 additions and 0 deletions

View File

@ -175,6 +175,7 @@ FREE_FUNC(mod_authn_mysql_free) {
}
free(p->config_storage);
}
mod_authn_mysql_sock_close(&p->conf);
free(p);