Fix obscure Close() resource leak
The Close()
method for multi-query results didn't properly clean up all resources in case of some read error. This fixes that. I doubt anyone has ever, or will ever, experience it. I noticed while reviewing the code.