Commit b416b875 authored by Yang Tse's avatar Yang Tse
Browse files

oops

parent 3f1b9f09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}