All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] cherry-pick: fix memory leaks
@ 2013-05-30 11:58 Felipe Contreras
  2013-05-30 11:58 ` [PATCH 1/4] commit: reload cache properly Felipe Contreras
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Felipe Contreras @ 2013-05-30 11:58 UTC (permalink / raw)
  To: git
  Cc: Junio C Hamano, René Scharfe,
	Nguyễn Thái Ngọc Duy, Adam Spiers,
	Ramkumar Ramachandra, Stephen Boyd, Felipe Contreras

Hi,

I took a shot at fixing the memory leaks of cherry-pick, and at least in my
tests the memory doesn't seem to increase any more.

Felipe Contreras (4):
  commit: reload cache properly
  read-cache: plug small memory leak
  unpack-trees: plug a memory leak
  unpack-trees: free created cache entries

 builtin/commit.c |  2 ++
 read-cache.c     |  2 ++
 unpack-trees.c   | 16 +++++++++++++---
 3 files changed, 17 insertions(+), 3 deletions(-)

-- 
1.8.3.rc3.312.g47657de

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-06-02 22:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-30 11:58 [PATCH 0/4] cherry-pick: fix memory leaks Felipe Contreras
2013-05-30 11:58 ` [PATCH 1/4] commit: reload cache properly Felipe Contreras
2013-05-30 12:17   ` Thomas Rast
2013-05-30 12:35     ` Felipe Contreras
2013-05-30 12:58       ` Thomas Rast
2013-05-30 13:07         ` Felipe Contreras
2013-06-01  9:09         ` Duy Nguyen
2013-06-01 11:02           ` [PATCH] Test 'commit --only' after 'checkout --orphan' Thomas Rast
2013-05-30 13:08     ` [PATCH 1/4] commit: reload cache properly Duy Nguyen
2013-05-30 11:58 ` [PATCH 2/4] read-cache: plug small memory leak Felipe Contreras
2013-05-30 11:58 ` [PATCH 3/4] unpack-trees: plug a " Felipe Contreras
2013-06-02 19:33   ` Junio C Hamano
2013-06-02 19:51     ` Felipe Contreras
2013-06-02 22:17       ` Junio C Hamano
2013-06-02 22:45         ` Felipe Contreras
2013-05-30 11:58 ` [PATCH 4/4] unpack-trees: free created cache entries Felipe Contreras

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.