author | Tay Ray Chuan <rctay89@gmail.com> | |
Mon, 10 Aug 2009 15:55:48 +0000 (23:55 +0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 10 Aug 2009 20:25:25 +0000 (13:25 -0700) | ||
commit | 5ae9ebfd582a6e8c2d6fd3d27b7df6cb12a98839 | |
tree | e5fc195acb2c63bfc4d855e78df960cfa13bf08b | tree | snapshot |
parent | f402a7b17202c1eb2677a432673e4d607b5f0928 | commit | diff |
http.c: free preq when aborting
Free preq in new_http_pack_request when aborting. preq was allocated
before jumping to the 'abort' label so this is safe.
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Free preq in new_http_pack_request when aborting. preq was allocated
before jumping to the 'abort' label so this is safe.
Signed-off-by: Tay Ray Chuan <rctay89@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http.c | diff | blob | history |