mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
test-dhcp-option: fix memleak
This commit is contained in:
@@ -300,7 +300,7 @@ static uint8_t options[64] = {
|
||||
|
||||
static void test_option_set(void)
|
||||
{
|
||||
DHCPMessage *result;
|
||||
_cleanup_free_ DHCPMessage *result = NULL;
|
||||
size_t offset = 0, len, pos;
|
||||
unsigned i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user