All of lore.kernel.org
 help / color / mirror / Atom feed
From: "René Scharfe" <l.s.r@web.de>
To: Git List <git@vger.kernel.org>
Cc: Junio C Hamano <gitster@pobox.com>, Jeff King <peff@peff.net>,
	Stefan Beller <sbeller@google.com>
Subject: [PATCH v2 0/3] daemon: plug memory leak
Date: Sat, 31 Oct 2015 10:16:57 +0100	[thread overview]
Message-ID: <56348709.9080207@web.de> (raw)

Changes since v1:
- Rebased on next, which already has a cleanup function.
- Added first patch for renaming it.

Rene Scharfe (3):
   run-command: name the cleanup function child_process_clear()
   run-command: export child_process_clear()
   daemon: plug memory leak

  Documentation/technical/api-run-command.txt |  7 +++++++
  daemon.c                                    |  1 +
  run-command.c                               | 12 ++++++------
  run-command.h                               |  1 +
  4 files changed, 15 insertions(+), 6 deletions(-)

-- 
2.6.2

             reply	other threads:[~2015-10-31  9:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-31  9:16 René Scharfe [this message]
2015-10-31  9:19 ` [PATCH v2 1/3] run-command: name the cleanup function child_process_clear() René Scharfe
2015-10-31  9:20 ` [PATCH v2 2/3] run-command: export child_process_clear() René Scharfe
2015-10-31  9:20 ` [PATCH v2 3/3] daemon: plug memory leak René Scharfe
2015-10-31 13:53 ` [PATCH v2 0/3] " Jeff King
2015-10-31 20:32   ` Stefan Beller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56348709.9080207@web.de \
    --to=l.s.r@web.de \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=peff@peff.net \
    --cc=sbeller@google.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.