monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] [ANN] monotone 0.43 released


From: Thomas Keller
Subject: Re: [Monotone-devel] [ANN] monotone 0.43 released
Date: Fri, 27 Mar 2009 00:00:43 +0100
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

Jack Lloyd schrieb:
> On Thu, Mar 26, 2009 at 11:53:10AM +0000, Phil Hannent wrote:
>> Where it defines:
>>
>> char buf[len+1];
>>
>> If I convert this to:
>>
>> char* buf = new char[len+1];
> 
> This will leak memory, though. Using std::vector to hold buf should
> also work. A patch is attached.

Applied in d00f13872563f43cb7992d99b8118c98e28178a0, thanks!

Thomas.

-- 
GPG-Key 0x160D1092 | address@hidden | http://thomaskeller.biz
Please note that according to the EU law on data retention, information
on every electronic information exchange might be retained for a period
of six months or longer: http://www.vorratsdatenspeicherung.de/?lang=en

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]