fixed two other memory leaks

This commit is contained in:
Tobias Brunner
2008-04-03 15:13:25 +00:00
parent cce97b647a
commit 471f923071
4 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ struct peer_cfg_t {
/**
* Get peer_cfg of the connection this one is mediated through.
*
* @return reference to peer_cfg of the mediation connection
* @return the peer_cfg of the mediation connection
*/
peer_cfg_t* (*get_mediated_by) (peer_cfg_t *this);