Re: [PULL] dtors-v2: simple clients and toytoolkit

2011-12-22 Thread Kristian Høgsberg
On Thu, Dec 22, 2011 at 9:43 AM, Pekka Paalanen wrote: > On Mon, 19 Dec 2011 11:56:27 +0200 > Pekka Paalanen wrote: > >> Hi Kristian, >> >> I've been playing a lot with Valgrind the last week, and here are some >> results. This patch set adds destructors to toytoolkit so we >> explicitly release

Re: [PULL] dtors-v2: simple clients and toytoolkit

2011-12-22 Thread Pekka Paalanen
On Mon, 19 Dec 2011 11:56:27 +0200 Pekka Paalanen wrote: > Hi Kristian, > > I've been playing a lot with Valgrind the last week, and here are some > results. This patch set adds destructors to toytoolkit so we > explicitly release memory we allocate. To actually Valgrind that, I > added an exit

[PULL] dtors-v2: simple clients and toytoolkit

2011-12-19 Thread Pekka Paalanen
Hi Kristian, I've been playing a lot with Valgrind the last week, and here are some results. This patch set adds destructors to toytoolkit so we explicitly release memory we allocate. To actually Valgrind that, I added an exit key binding to resizor and used that, since resizor is possibly the sim