added initializations of fileOwnerList, fileGroupList
authorewt <devnull@localhost>
Tue, 25 Feb 1997 22:58:54 +0000 (22:58 +0000)
committerewt <devnull@localhost>
Tue, 25 Feb 1997 22:58:54 +0000 (22:58 +0000)
CVS patchset: 1453
CVS date: 1997/02/25 22:58:54

query.c

diff --git a/query.c b/query.c
index df7c828..a2f4b19 100644 (file)
--- a/query.c
+++ b/query.c
@@ -343,7 +343,8 @@ static void printHeader(Header h, int queryFlags, char * queryFormat) {
     char * prefix = NULL;
     char ** fileList, ** fileMD5List;
     char * fileStatesList;
-    char ** fileOwnerList, ** fileGroupList;
+    char ** fileOwnerList = NULL;
+    char ** fileGroupList = NULL;
     char ** fileLinktoList;
     int_32 * fileFlagsList, * fileMTimeList, * fileSizeList;
     int_32 * fileUIDList, * fileGIDList;