HPCC-13986 Valgrind reporting memory leaks from Roxie re statistics
The query accumulators for active queries were not released at the end of the
program. This is not a real memory leak, but addressing it makes it easier to
spot others.
Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>