]> git.saurik.com Git - redis.git/commit
Fixed segfault in freeMemoryIfNeeded due to the fact that keys are now sds strings...
authorantirez <antirez@gmail.com>
Fri, 27 Aug 2010 09:01:03 +0000 (11:01 +0200)
committerantirez <antirez@gmail.com>
Fri, 27 Aug 2010 09:01:03 +0000 (11:01 +0200)
commit357d36733dc37d87160ca2f65013656693290e9d
tree2ebfcf59b1fedbe27acfc0b7ba17de4b22374354
parent2df84b726983ae1f4fc9c16da61d5a0ce5114cc4
Fixed segfault in freeMemoryIfNeeded due to the fact that keys are now sds strings and not objects in the main hash table, thanks to Anthony Lauzon for spotting the bug and providing a patch.
src/redis.c