Evas object: Set manual_free to false once obj is detached from canvas.
authorTom Hacohen <tom@stosb.com>
Tue, 26 Nov 2013 12:16:22 +0000 (12:16 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 26 Nov 2013 12:16:22 +0000 (12:16 +0000)
commit8bba92fbca7c721a7582b098698404e491f44941
tree2a5b401ffd502ec495b909c94bc059a8d2c06577
parentd6ac2464bb8146c0b360adbad8a26f920a7b0394
Evas object: Set manual_free to false once obj is detached from canvas.

This means unref will really free the object instead of just let it
linger in memory once the object is unrefed.
This is also correct because once detached from the canvas, Evas has
nothing to do with the object and it shouldn't need the manual free
anymore.
src/lib/evas/canvas/evas_object_main.c