hs tests: explicitly free 'service' variable.
commit0a9685b3a7437e8851f8cb65fea3d0a16b7833a7
authorNick Mathewson <nickm@torproject.org>
Thu, 16 May 2019 19:21:18 +0000 (16 15:21 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 16 May 2019 19:21:18 +0000 (16 15:21 -0400)
tree284ee560044b1b75bcd78fee0ba4b824a471116a
parent1bf451cffba5da84166dda48ec957e0b9cf45bee
hs tests: explicitly free 'service' variable.

This should fix about 15 CID issues, where coverity can't tell that
hs_free_all() frees the service we allocated.
src/test/test_hs_common.c
src/test/test_hs_service.c