lkml.org 
[lkml]   [2015]   [May]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC PATCH v3 09/37] bpf tools: Open eBPF object file and do basic validation
On Sun, May 17, 2015 at 10:56:34AM +0000, Wang Nan wrote:

SNIP

> +
> +void bpf_close_object(struct bpf_object *obj)
> +{
> + if (!obj)
> + return;
> +
> + bpf_obj_clear_elf(obj);
> +
> + if (obj->path)
> + free(obj->path);

you're safe calling free with NULL, so there's
no need for the condition

jirka

> + free(obj);
> }
> --
> 1.8.3.4
>


\
 
 \ /
  Last update: 2015-05-22 20:01    [W:0.290 / U:0.480 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site