Fix leak in parse_facet + compilation on Windows
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 10 Aug 2010 13:41:16 +0000 (15:41 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 10 Aug 2010 13:41:16 +0000 (15:41 +0200)
commitb9e418625581f4c56a7b47f7e29f541618d5e2fd
tree81717909abc1dd9fc758632b5b69870a38cd2d49
parent96296b63bd2f5e471b05736910f7bb13984ea77e
Fix leak in parse_facet + compilation on Windows

yaz_pqf_destroy not called. Constructs such as buffer[length] not
supported on Visual Studio 2008.
src/pquery.c