Commit 44bcb69ccd78493931a92c9138c4bba3312cec9d

nelisky 2012-04-19T14:45:40

Fixing leak in resp_hdr_cb Memory is allocated for key and val, and longpoll address, when found, is stored in the header_info and prevented from being freed there. This pointer is stored during pool probing but once that's done it was just being lost. Not so visible but also leaking was the refuse reason string.