Fix #1212 by not resetting the cursors pointer
authorBrian Starkey <stark3y@gmail.com>
Fri, 1 Jun 2018 17:33:08 +0000 (18:33 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 3 Jun 2018 17:02:28 +0000 (19:02 +0200)
Calling cursors_.reset() effectively drops the CursorPair, meaning they
can never be used. Remove that.


No differences found