]> git.saurik.com Git - redis.git/blobdiff - adlist.c
store the hash iterator on the heap instead of the stack
[redis.git] / adlist.c
index 15b2617c05741d7c89200f6cbd09ff0eb1d4c6df..fd2d6fd142790c5331b1d1450866875f11c6796a 100644 (file)
--- a/adlist.c
+++ b/adlist.c
@@ -1,6 +1,6 @@
 /* adlist.c - A generic doubly linked list implementation
  *
- * Copyright (c) 2006-2009, Salvatore Sanfilippo <antirez at gmail dot com>
+ * Copyright (c) 2006-2010, Salvatore Sanfilippo <antirez at gmail dot com>
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without