free device_name in destroy()

This commit is contained in:
Andreas Steffen 2011-08-08 00:19:08 +02:00
parent 1bae34e1a0
commit 2c5e71b0c5

View File

@ -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)
{