Re: [PATCH 1/2] Introduce leaky().
- Date: Tue, 24 Jun 2008 22:16:49 +0200
- From: Pierre Habouzit <madcoder@xxxxxxxxxx>
- Subject: Re: [PATCH 1/2] Introduce leaky().
On Tue, Jun 24, 2008 at 08:14:33PM +0000, Pierre Habouzit wrote:
> +static void release_leaks(void)
> +{
> + while (leaknb-- > 0)
> + free(*leaks++);
crap I sent the wrong patch... this is supposed to be:
+ free(leaks[leaknb]);
> + free(leaks);
> +}
--
·O· Pierre Habouzit
··O madcoder@xxxxxxxxxx
OOO http://www.madism.org
Attachment:
pgp7okQBeuIw4.pgp
Description: PGP signature
- References:
- [RFC] leaky()
- From: Pierre Habouzit
- [PATCH 1/2] Introduce leaky().
- From: Pierre Habouzit
- [RFC] leaky()
- Prev by Date: [PATCH 1/2] Introduce leaky().
- Next by Date: Re: [PATCH] pre-commit hook should ignore carriage returns at EOL
- Previous by thread: [PATCH 2/2] git-rev-parse: use leaky().
- Next by thread: Re: [PATCH 1/2] Introduce leaky().
- Index(es):