]> git.saurik.com Git - redis.git/commit - src/redis.c
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:40:01 +0000 (10:40 +0200)
commitae15f75089117c3e65a7de85266a97c3011caf78
treea55b758e167c9bdaa5fc9fe55b277af69ab6c2b6
parent0f51e3c5640c2f5be2766f10660f668bc71c7dd9
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