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 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
