fixed memleak in IKE_SA manager

This commit is contained in:
Martin Willi
2007-04-19 07:04:35 +00:00
parent 217e985b41
commit 41ab00da6b
+1
View File
@@ -440,6 +440,7 @@ static ike_sa_t* checkout_by_message(private_ike_sa_manager_t* this,
}
else
{
chunk_free(&hash);
DBG1(DBG_MGR, "ignoring message, no such IKE_SA");
}
}