swid: Properly clean up after reading SWID tag
This commit is contained in:
@@ -208,9 +208,10 @@ static bool collect_tags(private_swid_inventory_t *this, char *pathname,
|
|||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
xml_tag = chunk_create(addr, sb.st_size);
|
xml_tag = chunk_create(addr, sb.st_size);
|
||||||
|
|
||||||
tag = swid_tag_create(xml_tag, unique_seq_id);
|
tag = swid_tag_create(xml_tag, unique_seq_id);
|
||||||
this->list->insert_last(this->list, tag);
|
this->list->insert_last(this->list, tag);
|
||||||
|
munmap(addr, sb.st_size);
|
||||||
|
close(fd);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user