mirror of
https://github.com/strongswan/strongswan.git
synced 2025-11-09 00:01:52 -05:00
free device_name in destroy()
This commit is contained in:
parent
1bae34e1a0
commit
2c5e71b0c5
@ -466,7 +466,8 @@ METHOD(tnc_ifmap_listener_t, destroy, void,
|
|||||||
DBG1(DBG_TNC, "endSession with MAP server failed");
|
DBG1(DBG_TNC, "endSession with MAP server failed");
|
||||||
}
|
}
|
||||||
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