X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fpquery.c;h=002d9eb1b34ffc305805e75a2af07a424b2436ba;hp=22695bd21985665987c553f1208e15f794922801;hb=b696a59e5609651787b64b953b581a3ceb263f14;hpb=1932238af8876622f567da122fb52fb3791c9514 diff --git a/src/pquery.c b/src/pquery.c index 22695bd..002d9eb 100644 --- a/src/pquery.c +++ b/src/pquery.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** @@ -832,7 +832,7 @@ static Z_FacetField* parse_facet(ODR odr, const char *facet) { YAZ_PQF_Parser pqf_parser = yaz_pqf_create(); struct yaz_pqf_parser *li = pqf_parser; - Odr_oid *attributeSetId; + Odr_oid *attributeSetId = 0; Z_FacetField *facet_field = 0; Z_AttributeList *attribute_list;