From ce00c0157ff73db7f74e7f5d342b6282077797c7 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 29 Dec 2012 02:52:48 +0000 Subject: [PATCH] ummm the problem must be elsehwere... as not calling the prent del means we leak smart members and clipper objects on termio smart shutdown. that'll be fun with > 1 term in a window. :( could you bring up a valgrind trace etc. about this? SVN revision: 81853 --- src/bin/termio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/termio.c b/src/bin/termio.c index adb088e..5ee30b4 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -2346,7 +2346,7 @@ _smart_del(Evas_Object *obj) termpty_shutdown(); - //_parent_sc.del(obj); + _parent_sc.del(obj); evas_object_smart_data_set(obj, NULL); free(sd); }