]> git.saurik.com Git - redis.git/blobdiff - sds.c
use the right object when cleaning up after zunion/zinter (fixes issue 216)
[redis.git] / sds.c
diff --git a/sds.c b/sds.c
index 247b7c30d57d0df9b0234ebe0ddd34e8d11b027e..8d1edcb7ec977d9969b9146a436935dcd4c3eb81 100644 (file)
--- a/sds.c
+++ b/sds.c
@@ -1,6 +1,6 @@
 /* SDSLib, A C dynamic strings library
  *
- * 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