X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fnmem.c;fp=src%2Fnmem.c;h=b76c555d0dea540840128a376be4faaa2749499f;hp=5d3b4db9eae90f1ee80b66f7ff3051904234d316;hb=f25338b01de9ab9fb8dcc952b70b7b12b1e71c00;hpb=f92f152a8a4634eeace90c52e8c013db3b938659 diff --git a/src/nmem.c b/src/nmem.c index 5d3b4db..b76c555 100644 --- a/src/nmem.c +++ b/src/nmem.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: nmem.c,v 1.25 2006-08-11 13:10:27 adam Exp $ + * $Id: nmem.c,v 1.26 2006-12-13 15:28:28 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 = 0; +static int nmem_release_in_heap = 1; #if NMEM_DEBUG struct nmem_debug_info {