Invalid write, go away, that 'si' thing is freed already.
authorIván Briano <sachieru@gmail.com>
Tue, 3 Aug 2010 16:46:59 +0000 (16:46 +0000)
committerIván Briano <sachieru@gmail.com>
Tue, 3 Aug 2010 16:46:59 +0000 (16:46 +0000)
SVN revision: 50770

src/lib/elm_layout.c

index 3533063..02cd657 100644 (file)
@@ -235,7 +235,6 @@ elm_layout_content_set(Evas_Object *obj, const char *swallow, Evas_Object *conte
          {
             if (content == si->obj) return;
             evas_object_del(si->obj);
-            si->obj = NULL;
             break;
          }
      }