Merge commit '11ee74bad327e7fb15e8388d20e7838b9e49cadf' into 2.3

This commit is contained in:
Markus Mäkelä 2019-03-21 17:52:42 +02:00
commit 9bc721afb6
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -108,6 +108,7 @@ void close_all_connections(SRWBackendList& backends)
void RWSplitSession::close()
{
gwbuf_free(m_query_queue);
close_all_connections(m_backends);
m_current_query.reset();