[SR-Dev] git:master: core: destroy RPCs on exit

Andrei Pelinescu-Onciul andrei at iptel.org
Wed May 13 19:23:39 CEST 2009


Module: sip-router
Branch: master
Commit: 56131033611eefc37155cd3bd509fc5167c2b7e5
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=56131033611eefc37155cd3bd509fc5167c2b7e5

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Wed May 13 19:14:57 2009 +0200

core: destroy RPCs on exit

---

 main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/main.c b/main.c
index 6369c5a..235d66e 100644
--- a/main.c
+++ b/main.c
@@ -496,6 +496,7 @@ void cleanup(show_status)
 					 some process crashed and let it locked; this will
 					 allow an almost gracious shutdown */
 #endif
+	destroy_rpcs();
 	destroy_modules();
 #ifdef USE_DNS_CACHE
 	destroy_dns_cache();




More information about the sr-dev mailing list