Curl_hash_add() was modified to clear up better in case of internal failure.
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 May 2004 09:17:50 +0000 (09:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 10 May 2004 09:17:50 +0000 (09:17 +0000)
commit887d78a9ad3d6326fec2894b98d042c9d2e7fcde
tree35557cf44f0b0d9603e7af586b165365b0fe96de
parent00557a5475483078c8d08c496dfc08f3efdfdfc5
Curl_hash_add() was modified to clear up better in case of internal failure.
When failing, it should not tamper at all with the data it was supposed to
add to the cache.
lib/hash.c