- fixed memleaks

This commit is contained in:
Martin Willi
2006-02-09 11:56:24 +00:00
parent 93df94acad
commit dfa6e086a0
8 changed files with 87 additions and 17 deletions
+2 -1
View File
@@ -473,9 +473,10 @@ static void get_protocols(private_child_proposal_t *this, protocol_id_t ids[2])
if (i>1)
{
/* should not happen, but who knows */
return;
break;
}
}
iterator->destroy(iterator);
}
/**