From mboxrd@z Thu Jan 1 00:00:00 1970 From: bmanson@sourceware.cygnus.com To: gnats-cvs@sourceware.cygnus.com Subject: gnats/gnats ChangeLog TODO index.c pr.c pr.h q ... Date: Tue, 30 Nov 1999 18:16:00 -0000 Message-id: <19991201021618.32546.qmail@sourceware.cygnus.com> X-SW-Source: 1999/msg00107.html List-Id: CVSROOT: /cvs/gnats Module name: gnats Changes by: bmanson@sourceware.cygnus.com 99/11/30 18:16:17 Modified files: gnats : ChangeLog TODO index.c pr.c pr.h query.c Log message: * pr.c (free_pr_header): New function. (free_pr_contents): Don't free the header contents here, as otherwise the header will never be available after a PR is read in. (free_pr): Free the PR's header too. * query.c (iterate_prs): Ditto. * index.c (indexValue): If there's no index available for this PR, return NULL instead of coredumping.