mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-28 00:00:27 -04:00
free device_name in destroy()
This commit is contained in:
parent
1bae34e1a0
commit
2c5e71b0c5
@ -467,6 +467,7 @@ METHOD(tnc_ifmap_listener_t, destroy, void,
|
|||||||
}
|
}
|
||||||
free(this->session_id);
|
free(this->session_id);
|
||||||
free(this->ifmap_publisher_id);
|
free(this->ifmap_publisher_id);
|
||||||
|
free(this->device_name);
|
||||||
}
|
}
|
||||||
if (this->svc_client)
|
if (this->svc_client)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user