X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fsrwutil.c;h=b90ca6e28f69a4e555a50483030aeaa54cd4924a;hp=6284831064d7bb16b0561513f7d9561eaed6c546;hb=6e3d70edfadd110351b71466c51632e288e31773;hpb=5d493e5a4ce6300660debe3e2ad82c21592039ca diff --git a/src/srwutil.c b/src/srwutil.c index 6284831..b90ca6e 100644 --- a/src/srwutil.c +++ b/src/srwutil.c @@ -862,6 +862,8 @@ static Z_SRW_PDU *yaz_srw_get_core_ver(ODR o, const char *version) p->username = 0; p->password = 0; p->extra_args = 0; + p->extraResponseData_buf = 0; + p->extraResponseData_len = 0; return p; }