author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sun, 6 Nov 2005 23:59:39 +0000 (00:59 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 7 Nov 2005 02:31:47 +0000 (18:31 -0800) | ||
commit | 90279074ca5cc336a8bfffd47d19d089b291b432 | |
tree | e76c7c8b9b08165ae63c0d8796c4b0a1313d76c1 | tree | snapshot |
parent | 67ffdf4c0af47679b8a4ac2b70e722e2f65fc4f9 | commit | diff |
http-fetch: do not use curl_message after releasing it
When curl_message is released using curl_multi_remove_handle(), it's
contents are undefined. Therefore, get the information before releasing it.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
When curl_message is released using curl_multi_remove_handle(), it's
contents are undefined. Therefore, get the information before releasing it.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-fetch.c | diff | blob | history |