efl_net_dialer_http: cancel curl multi timer when it's gone.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Mon, 29 Aug 2016 17:49:03 +0000 (14:49 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Tue, 30 Aug 2016 03:35:35 +0000 (00:35 -0300)
commitfba2743361d5a149f9d9ccc7642dc209da523c01
treecec9a0f8214ba7eb14d6d4a6cd18c367c33130a5
parent68ea5bd025a6582c96860ee875f4510d1f0d0c23
efl_net_dialer_http: cancel curl multi timer when it's gone.

If we delete the curl multi handle, then we should stop any timer that
was scheduled, otherwise it will use a dead or null pointer.

also add some debug to help track down when the multi handle is
deleted.
src/lib/ecore_con/efl_net_dialer_http.c