[PATCH] Fix some memory leaks

Dirk Hohndel dirk at hohndel.org
Mon Mar 23 08:39:21 PDT 2015


On Sun, Mar 22, 2015 at 01:48:43PM +0200, Claudiu Olteanu wrote:
> Hello,
> 
> This patch fixes some memory leaks from datatrak implementation.

The reason I haven't applied these is simple.

Having these allocations hang around can be annoying and creates noise in
the valgrind output, but isn't causing bugs.

But freeing pointers that are actually still used elsewhere can cause
massively annoying and hard to fix bugs.

So every single one of these needs to be very carefully looked at.

/D


More information about the subsurface mailing list