Small fixes

This commit is contained in:
Michiel Broek
2002-05-12 12:47:18 +00:00
parent d04e45c286
commit 57a3751b32
3 changed files with 3 additions and 1 deletions

View File

@@ -316,6 +316,7 @@ void ForwardFile(fidoaddr Node, fa_list *sbl)
SearchNode(Node);
free(ticfile);
free(fwdfile);
tidy_faddr(route);
}

View File

@@ -69,6 +69,7 @@ int VirScan(void)
fclose(fp);
}
free(temp);
return rc;
}