manually ref-- the old im - should call drop. also... dont make
original dirty as we don't modify it, we just drop (unref) it.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@59431
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
#ifdef EVAS_FRAME_QUEUING
LKL(im2->lock_references);
#endif
- im->references = 1;
+ im2->references = 1;
#ifdef EVAS_FRAME_QUEUING
LKU(im2->lock_references);
#endif
- _evas_cache_image_dirty_add(im);
+ evas_cache_image_drop(im);
if (cache->func.debug) cache->func.debug("size_set", im2);
return im2;