[Pkg-voip-commits] [janus] 110/282: Check iceloop ptr.

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:33 UTC 2017


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

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

commit c2a253c70aeeb38bf9f8b92fd4d37a9b4b413061
Author: Alessandro Toppi <atoppi at meetecho.com>
Date:   Wed Sep 27 11:56:32 2017 +0200

    Check iceloop ptr.
---
 ice.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ice.c b/ice.c
index 264e05b..5dd9f5b 100644
--- a/ice.c
+++ b/ice.c
@@ -444,7 +444,7 @@ static gboolean janus_ice_handles_check(gpointer user_data) {
 			if (!handle) {
 				continue;
 			}
-			if(g_main_loop_is_running(handle->iceloop)) {
+			if(handle->iceloop != NULL && g_main_loop_is_running(handle->iceloop)) {
 				continue;
 			}
 			/* Schedule the ICE handle for deletion */

-- 
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