Ecore con url: Fix wrong object destruction.
authorTom Hacohen <tom@stosb.com>
Wed, 20 May 2015 14:34:37 +0000 (15:34 +0100)
committerTom Hacohen <tom@stosb.com>
Wed, 20 May 2015 15:10:50 +0000 (16:10 +0100)
commit7c769163d9eb122412675dca621e83ed7648e60e
tree345aba47fffbea904ff3b731efefb915424cc89d
parent29d11200c67dd9058a5175330159b115d8ed44f0
Ecore con url: Fix wrong object destruction.

Because we defer the deletion of this object until we get all the
responses from the network, we must manually free it. A better solution
would possibly be to just free the requests upon object deletion instead
of deferring the deletion.

@fix
src/lib/ecore_con/ecore_con_url.c