We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c66a8 commit 0a8fe5cCopy full SHA for 0a8fe5c
libipt/src/pt_image.c
@@ -70,7 +70,7 @@ static void pt_section_list_free(struct pt_section_list *list)
70
if (!list)
71
return;
72
73
- pt_section_put(list->section.section);
+ (void) pt_section_put(list->section.section);
74
pt_msec_fini(&list->section);
75
free(list);
76
}
0 commit comments