tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=29d11200c67dd9058a5175330159b115d8ed44f0

commit 29d11200c67dd9058a5175330159b115d8ed44f0
Author: Tom Hacohen <t...@stosb.com>
Date:   Wed May 20 14:26:02 2015 +0100

    Ecore con url: correctly destruct the object.
---
 src/lib/ecore_con/ecore_con_url.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/ecore_con/ecore_con_url.c 
b/src/lib/ecore_con/ecore_con_url.c
index 37f5fa0..626f7d4 100644
--- a/src/lib/ecore_con/ecore_con_url.c
+++ b/src/lib/ecore_con/ecore_con_url.c
@@ -598,6 +598,7 @@ EOLIAN static void
 _efl_network_url_eo_base_destructor(Efl_Network_Url *url_obj, 
Efl_Network_Url_Data *url_con)
 {
    char *s;
+   eo_do_super(url_obj, MY_CLASS, eo_destructor());
 
    if (!_c) return;
    if (url_con->curl_easy)

-- 


Reply via email to