Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sqlserver] properly close cursor, avoid leaks
We saw memory leak issues with that check. It could have been caused by two different things: * The fact that we are not closing cursors properly, and therefore not freeing properly the recordsets loaded in them * We instantiated wrongly two different cursors in the main check loop letting one leak...
- Loading branch information