Merge branch '1.1' of github.com:gsliepen/tinc into thkr-1.1-ponyhof

This commit is contained in:
thorkill 2015-07-04 18:45:43 +02:00
commit dc5491a59e
6 changed files with 9 additions and 7 deletions

View file

@ -1000,6 +1000,7 @@ static bool setup_myself(void) {
else if(!strcasecmp(type, "vde"))
devops = vde_devops;
#endif
free(type);
}
if (type)
free(type);