added fetcher_finalize() to clean up libcurl

This commit is contained in:
Andreas Steffen
2007-03-08 17:00:32 +00:00
parent 8b8dd69dee
commit 54645fb275
3 changed files with 24 additions and 1 deletions
+1
View File
@@ -505,6 +505,7 @@ int main(int argc, char *argv[])
run(private_charon);
eap_method_unload();
fetcher_finalize();
/* normal termination, cleanup and exit */
destroy(private_charon);
unlink(PID_FILE);