]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http.c: free preq when aborting
authorTay Ray Chuan <rctay89@gmail.com>
Mon, 10 Aug 2009 15:55:48 +0000 (23:55 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Aug 2009 20:25:25 +0000 (13:25 -0700)
commit5ae9ebfd582a6e8c2d6fd3d27b7df6cb12a98839
treee5fc195acb2c63bfc4d855e78df960cfa13bf08b
parentf402a7b17202c1eb2677a432673e4d607b5f0928
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>
http.c