Fix XML parser leaks in http-push
commit472b25709900723a35b404456ae8e28bfc446932
authorMike Hommey <mh@glandium.org>
Tue, 11 Dec 2007 22:50:21 +0000 (11 23:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Dec 2007 18:59:22 +0000 (12 10:59 -0800)
tree265c4a3410ed6551d5d0c88881bae59d627290ff
parent03b69c7606267bc978c69cf88fcd7a8edf8175bc
Fix XML parser leaks in http-push

XML_Parser were never freed. While at it, move the parser initialization to
right before it is needed.

Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
http-push.c