[Pkg-voip-commits] [janus] 113/163: Fixed occasional deadlock when shutting down Janus

Jonas Smedegaard dr at jones.dk
Sat Oct 28 01:22:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.5-1
in repository janus.

commit c6c4269032c479ac5a2bd490763a4c96e5ab2d7c
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Tue Sep 12 18:43:45 2017 +0200

    Fixed occasional deadlock when shutting down Janus
---
 janus.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/janus.c b/janus.c
index 3a05d39..c44d6cb 100644
--- a/janus.c
+++ b/janus.c
@@ -4344,6 +4344,7 @@ gint main(int argc, char *argv[])
 	watchdog = NULL;
 	g_main_loop_unref(watchdog_loop);
 	g_main_context_unref(sessions_watchdog_context);
+	sessions_watchdog_context = NULL;
 
 	if(config)
 		janus_config_destroy(config);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list