[EFL] Fix Evas_Object_Image reference counts and file descriptor leakage in ImageDiff.
Created attachment 108017 [details] Patch
CC'ing tonikitoo.
Comment on attachment 108017 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=108017&action=review > Tools/DumpRenderTree/efl/ImageDiff.cpp:220 > -static void printImageDifferences(const Evas_Object* baselineImage, Evas_Object* actualImage) > +static void printImageDifferences(Evas_Object* baselineImage, Evas_Object* actualImage) is this related?
(In reply to comment #3) > (From update of attachment 108017 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=108017&action=review > > > Tools/DumpRenderTree/efl/ImageDiff.cpp:220 > > -static void printImageDifferences(const Evas_Object* baselineImage, Evas_Object* actualImage) > > +static void printImageDifferences(Evas_Object* baselineImage, Evas_Object* actualImage) > > is this related? Yes, otherwise we can't pass the non-const values to calculateDifference (which has also had its signature changed).
Comment on attachment 108017 [details] Patch Clearing flags on attachment: 108017 Committed r96723: <http://trac.webkit.org/changeset/96723>
All reviewed patches have been landed. Closing bug.