[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How far should one go preventing potential memory leaks?
- From: Rob Kendrick <rjek@...>
- Date: Tue, 10 May 2016 09:05:10 +0100
On Tue, May 10, 2016 at 10:03:51AM +0200, Alex Silva wrote:
> There is always `alloca()`.
Untrue. There is sometimes alloca().
B.