From: Dennis Schafroth Date: Mon, 10 May 2010 08:15:38 +0000 (+0200) Subject: Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz X-Git-Tag: v4.0.9~6 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=1b814737d1572a6fc4bec2a3d120d6954d12bdb1 Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz --- 1b814737d1572a6fc4bec2a3d120d6954d12bdb1 diff --cc src/zoom-c.c index cc47d5a,4091949..4e2bea0 --- a/src/zoom-c.c +++ b/src/zoom-c.c @@@ -1806,9 -1873,12 +1873,13 @@@ ZOOM_API(ZOOM_record buf = odr_getbuf(odr_enc, &size, 0); nrec = (ZOOM_record) xmalloc(sizeof(*nrec)); + yaz_log(log_details, "ZOOM_record create"); nrec->odr = odr_createmem(ODR_DECODE); + #if SHPTR + nrec->record_wrbuf = 0; + #else nrec->wrbuf = 0; + #endif #if YAZ_HAVE_XML2 nrec->xml_mem = 0; nrec->xml_size = 0;