]> git.saurik.com Git - redis.git/commit - src/ae.c
ae.c: solved a memory leak with no practical effects (since the event
authorantirez <antirez@gmail.com>
Fri, 16 Dec 2011 08:55:01 +0000 (09:55 +0100)
committerantirez <antirez@gmail.com>
Fri, 16 Dec 2011 08:55:06 +0000 (09:55 +0100)
commit18d0ef4bf010282832e9f4c697a86218fc70f393
tree5e261559d242e26dcd9348e30c08bb8cd02f9d75
parente074416be49947c7bab5e237fab7210441bd99e5
ae.c: solved a memory leak with no practical effects (since the event
loop is never destroyed in Redis). Thanks to @anydot for noticing it.
src/ae.c