Closed
Description
Function close_mysql()
introduced in bf0a214 can cause file descriptions leak, because close()
is not called after shutdown()
.
The effect of this bug is noticeable only in cases when the connection pool is not efficient and connections are terminated often.