Added atexit callback, for ctrl-c cleanup

This commit is contained in:
James Booth
2012-03-10 20:37:42 +00:00
parent 9ae2132549
commit 3d8b1a5a4c
2 changed files with 6 additions and 4 deletions

2
main.c
View File

@@ -47,7 +47,7 @@ int main(int argc, char **argv)
profanity_init(disable_tls);
profanity_run();
profanity_shutdown();
//profanity_shutdown();
return 0;
}