mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-01 02:35:05 +00: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