X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2Fseshigh.c;h=2be36c157574507016d5dcd0e4f2260bbab6aff9;hb=f576c6403441fc35f85a3e57f9423ff07d052de1;hp=ccf44e0af38d50a8d28e5e9aafaa481ee2eea1ef;hpb=41f4872a24c96468bebeabc65398144c75d04f2f;p=yaz-moved-to-github.git diff --git a/server/seshigh.c b/server/seshigh.c index ccf44e0..2be36c1 100644 --- a/server/seshigh.c +++ b/server/seshigh.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2002, Index Data * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.129 2002-04-18 13:18:47 adam Exp $ + * $Id: seshigh.c,v 1.130 2002-06-18 21:30:39 adam Exp $ */ /* @@ -167,6 +167,7 @@ void destroy_association(association *h) request_delq(&h->incoming); request_delq(&h->outgoing); xfree(h); + xmalloc_trav("session closed"); if (control_block && control_block->one_shot) exit (0); }