]> granicus.if.org Git - curl/commitdiff
oops
authorYang Tse <yangsita@gmail.com>
Sun, 19 Oct 2008 20:41:03 +0000 (20:41 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 19 Oct 2008 20:41:03 +0000 (20:41 +0000)
lib/hash.c

index 39c7a079df808e8d327332508a96efb9be18a8ff..909e3563bb86799e722a5809faea43927639be7c 100644 (file)
@@ -272,7 +272,7 @@ Curl_hash_destroy(struct curl_hash *h)
 
   Curl_hash_clean(h);
 
-  memset(h, 0, sizeof(struct struct curl_hash));
+  memset(h, 0, sizeof(struct curl_hash));
   free(h);
 }