From 8256ad5ed0c545dfbfd0035d0bac8296ac224467 Mon Sep 17 00:00:00 2001 From: dequis Date: Mon, 27 Oct 2014 03:36:05 -0300 Subject: Some more g_source_remove warning fixes - http_incoming_data calling itself - jabber_bs_free_transfer calling jabber_si_free_transfer --- lib/http_client.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/http_client.c') diff --git a/lib/http_client.c b/lib/http_client.c index 18c393f8..590b8143 100644 --- a/lib/http_client.c +++ b/lib/http_client.c @@ -210,7 +210,10 @@ static gboolean http_incoming_data( gpointer data, int source, b_input_condition int st; if( req->inpa > 0 ) + { b_event_remove( req->inpa ); + req->inpa = 0; + } if( req->ssl ) { -- cgit v1.2.3