X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fnmem.c;h=82ce6724e74cdfe3c6a19d3ce8f9c0c52567a6aa;hb=db93359f0cbf9a1e9dc81ea05f7b8662f843ae3d;hp=b76c555d0dea540840128a376be4faaa2749499f;hpb=f25338b01de9ab9fb8dcc952b70b7b12b1e71c00;p=yaz-moved-to-github.git diff --git a/src/nmem.c b/src/nmem.c index b76c555..82ce672 100644 --- a/src/nmem.c +++ b/src/nmem.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 1995-2006, Index Data ApS + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: nmem.c,v 1.26 2006-12-13 15:28:28 adam Exp $ + * $Id: nmem.c,v 1.28 2007-01-03 08:42:15 adam Exp $ */ /** @@ -182,7 +182,7 @@ static int nmem_active_no = 0; static int nmem_init_flag = 0; /** \brief whether nmem blocks should be reassigned to heap */ -static int nmem_release_in_heap = 1; +static int nmem_release_in_heap = 0; #if NMEM_DEBUG struct nmem_debug_info {