projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fcdeab
)
This member was not initialized in some cases (valgrind)
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 8 Dec 2005 11:10:03 +0000
(11:10 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 8 Dec 2005 11:10:03 +0000
(11:10 +0000)
index/zinfo.c
patch
|
blob
|
history
diff --git
a/index/zinfo.c
b/index/zinfo.c
index
2d01170
..
a5c05a9
100644
(file)
--- a/
index/zinfo.c
+++ b/
index/zinfo.c
@@
-1,4
+1,4
@@
-/* $Id: zinfo.c,v 1.51 2005-08-30 12:23:02 adam Exp $
+/* $Id: zinfo.c,v 1.52 2005-12-08 11:10:03 adam Exp $
Copyright (C) 1995-2005
Index Data ApS
@@
-345,6
+345,7
@@
ZebraExplainInfo zebraExplain_open (
yaz_log (YLOG_LOG, "zebraExplain_open wr=%d", writeFlag);
#endif
zei = (ZebraExplainInfo) nmem_malloc (nmem, sizeof(*zei));
+ zei->databaseInfo = 0;
zei->write_flag = writeFlag;
zei->updateHandle = updateHandle;
zei->updateFunc = updateFunc;