On 22 March 2015 at 13:48, Claudiu Olteanu
<olteanu.vasilica.clau...@gmail.com> wrote:
> Hello,
>
> This patch fixes some memory leaks from datatrak implementation.
>

it could clash with a change that the author / maintainer (Salvador)
has recently sent.
(the patch is not in master yet)
[PATCH] [datatrak.c] Improve error management

but the free() calls in your patch look appropriately placed.

this:
- free (fileheader);
+ free(fileheader);

is a whitespace fix. still in the context of the memory leaks, but
Dirk may not like it.

lubomir
--
_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to