diff options
author | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-04-21 22:40:36 +0200 |
---|---|---|
committer | Pieter Noordhuis <pcnoordhuis@gmail.com> | 2011-04-21 22:40:36 +0200 |
commit | f3f02b64195e970c44562ce97406045aa1d34986 (patch) | |
tree | ec410bd136147731023916f3a67d6a35a857bccb /hiredis.c | |
parent | c9dc93e1de1f7561fe900787594ef64854bc121d (diff) |
Let the async API segfault on OOM for now
Diffstat (limited to 'hiredis.c')
-rw-r--r-- | hiredis.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -40,7 +40,6 @@ #include "hiredis.h" #include "net.h" #include "sds.h" -#include "util.h" static redisReply *createReplyObject(int type); static void *createStringObject(const redisReadTask *task, char *str, size_t len); |