From: Dennis Schafroth Date: Fri, 23 Dec 2011 10:57:43 +0000 (+0100) Subject: Missing release on show records watch release X-Git-Tag: v1.6.7~4 X-Git-Url: http://lists.indexdata.com/cgi-bin?a=commitdiff_plain;h=b0295ba1013465affb0b4788fed0d1b1f6261c3f;p=pazpar2-moved-to-github.git Missing release on show records watch release --- diff --git a/src/http_command.c b/src/http_command.c index 1752131..f50881f 100644 --- a/src/http_command.c +++ b/src/http_command.c @@ -204,7 +204,7 @@ void http_session_destroy(struct http_session *s) nmem_destroy(s->nmem); } else { - yaz_log(http_sessions->log_level, "Session %u destroyed delayed. Active clients (%d-%d). Waiting for new timeout.", + yaz_log(http_sessions->log_level, "Session %u destroying delayed. Active clients (%d-%d). Waiting for new timeout.", s->session_id, s->activity_counter, s->destroy_counter); } @@ -1060,6 +1060,7 @@ static void show_records_ready(void *data) else { /* some error message */ } + release_session(c,s); } static void cmd_show(struct http_channel *c)