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
This commit is contained in:
Carsten Haitzler 2012-12-29 02:52:48 +00:00
parent 92d5cd9826
commit ce00c0157f
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}