client_destroy destroys ZOOM_resultset (bug #3489).
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Jun 2010 14:10:41 +0000 (16:10 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Jun 2010 14:10:41 +0000 (16:10 +0200)
commit80591d54d0cacef32e5d5d76303338bf4043f6b9
tree1ed48dbe2d2d2161f2848984fb91818b42366008
parent1756a89c4459683cda70b4c2c54c6a687bd3b1fe
client_destroy destroys ZOOM_resultset (bug #3489).

ZOOM_resultset_destroy is now called in client_destroy. In earlier
1.4-releases of Pazpar2 it was called in client_set_connection.
It migth be good idea to add a ZOOM call to disassociate a
ZOOM_resultset from a ZOOM_connection to ensure no referral
to a ZOOM_connection in use by a different client (session).
src/client.c