]> git.saurik.com Git - redis.git/commit
Fixed a memory leak with replication
authorJoseph Jang <josephjang@gmail.com>
Thu, 29 Mar 2012 17:06:53 +0000 (02:06 +0900)
committerantirez <antirez@gmail.com>
Fri, 30 Mar 2012 08:34:29 +0000 (10:34 +0200)
commitf892797e1b459ad568df32d891b368302c40b3c9
treef0fab924f61444c6d0f5aa78244d6984f0bce99e
parent22c9c4076baec3d14b16421ab3b7fe830479fbac
Fixed a memory leak with replication

occurs when two or more dbs are replicated and at least one of them is >db10
src/redis.c
src/redis.h
src/replication.c