]> git.saurik.com Git - redis.git/commit
Sentinel: check that instance still exists in reply callbacks.
authorantirez <antirez@gmail.com>
Tue, 24 Jul 2012 14:35:23 +0000 (16:35 +0200)
committerantirez <antirez@gmail.com>
Tue, 24 Jul 2012 14:37:57 +0000 (16:37 +0200)
commit2179c269160e4de6b80e83133081cd47b472716e
treef3d3521838f9c31d640ade1d095a7bf9327aeb5d
parentd876d6feacf2ecf4917c558c2d6b4d0e900ae4d7
Sentinel: check that instance still exists in reply callbacks.

We can't be sure the instance object still exists when the reply
callback is called.
src/sentinel.c