- fixed some memleaks/freebugs

- leak detective works almost usable now (?!)
This commit is contained in:
Martin Willi
2006-05-31 14:13:26 +00:00
parent 3b8af2ab60
commit 6f2aba1322
3 changed files with 6 additions and 9 deletions
-1
View File
@@ -330,7 +330,6 @@ static policy_t *clone(private_policy_t *this)
}
iterator->destroy(iterator);
clone->name = strdup(this->name);
return &clone->public;
}