From: Adam Dickmeiss Date: Mon, 17 Jan 2005 01:21:43 +0000 (+0000) Subject: Fix bug #249: rstemp sets fail. Problem was that rset files were X-Git-Tag: snippet.version.1~141 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=f00e10dfcb19faeeabb42c5532f4b47f5548be97;hp=f00e10dfcb19faeeabb42c5532f4b47f5548be97;p=idzebra-moved-to-github.git Fix bug #249: rstemp sets fail. Problem was that rset files were closed when they shouldn't. Added function rfd_is_last that returns 1 if the RSFD supplied is the last one; 0 otherwise. Added a use_list member in the RSET which is a list of RSFDs in an RSET (opposite of free_list). This means we can track RSFD leaks. ---