]> git.saurik.com Git - redis.git/commit - src/ae_epoll.c
Fixed a theoretical memory leak with no practical effects in ae_kqueue.c and ae_epoll...
authorantirez <antirez@gmail.com>
Wed, 7 Dec 2011 07:58:29 +0000 (08:58 +0100)
committerantirez <antirez@gmail.com>
Wed, 7 Dec 2011 07:58:29 +0000 (08:58 +0100)
commitfb293ccbddb43f427ea1f791d8603fbd18e703e6
tree0bdb48101bc9ae39459f8faba560f75b5ac07ef5
parent237194b76064c95028b14e9ff7d7abfb10abd63d
Fixed a theoretical memory leak with no practical effects in ae_kqueue.c and ae_epoll.c, thanks to magicyang87 for reporting it.
src/ae_epoll.c
src/ae_kqueue.c