Darshit Shah <[email protected]> writes: > Hi, > > I found and plugged around 5 memory leaks in Wget in various HTTP > related code paths. The patch file is attached. IN the next couple of > days I'll run the updated version of the code base through a static > analyzer, just to be sure this doesn't break anything. However, in my > limited testing, none of the changes broke anything. > > -- > Thanking You, > Darshit Shah > > From c5fdc4cd720b4f2f4395028c5c754d9140053cb9 Mon Sep 17 00:00:00 2001 > From: Darshit Shah <[email protected]> > Date: Wed, 23 Jul 2014 22:28:36 +0530 > Subject: [PATCH] Plug memory leaks > > --- > src/ChangeLog | 8 ++++++++ > src/http.c | 10 +++++++++- > 2 files changed, 17 insertions(+), 1 deletion(-)
Good job! Feel free to push it. Regards, Giuseppe
