summaryrefslogtreecommitdiff
path: root/src/sign.cpp
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:44 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:44 +0200
commitc8b2ef7b899766d04562f7e04a84251cea8fa701 (patch)
tree52816b17c17e2db0cf89e68537ad1a52392f1510 /src/sign.cpp
parentca28c0e618890330d429c0dc12429255b20f0c90 (diff)
tagging ychat-0.8.0ychat-0.8.0
Diffstat (limited to 'src/sign.cpp')
-rw-r--r--src/sign.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sign.cpp b/src/sign.cpp
index 6f4edee..584b5f7 100644
--- a/src/sign.cpp
+++ b/src/sign.cpp
@@ -40,6 +40,7 @@ sign::terminate_received(int i_param)
//<<*
#else
+
wrap::GCOL->remove_garbage();
//*>>
#endif
@@ -57,8 +58,10 @@ sign::init_signal_handlers()
signal(SIGUSR1, clean_template_cache);
signal(SIGUSR2, reload_dlopen_modules); //<<
#ifdef CTCSEGV
- signal(SIGSEGV, sigsev_received);
+
+ signal(SIGSEGV, sigsev_received);
#endif
+
signal(SIGHUP, terminate_received);
signal(SIGINT, terminate_received);
signal(SIGTERM, terminate_received);