Skip to content

Commit 0a8fe5c

Browse files
libipt, image: indicate result ignore
Signed-off-by: Markus Metzger <markus.t.metzger@intel.com>
1 parent d1c66a8 commit 0a8fe5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libipt/src/pt_image.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ static void pt_section_list_free(struct pt_section_list *list)
7070
if (!list)
7171
return;
7272

73-
pt_section_put(list->section.section);
73+
(void) pt_section_put(list->section.section);
7474
pt_msec_fini(&list->section);
7575
free(list);
7676
}

0 commit comments

Comments
 (0)