mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-17 00:00:59 -04: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");
|
||||
}
|
||||
free(this->session_id);
|
||||
free(this->ifmap_publisher_id);
|
||||
free(this->ifmap_publisher_id);
|
||||
free(this->device_name);
|
||||
}
|
||||
if (this->svc_client)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user