[Webkit-unassigned] [Bug 42569] [EFL] Fix some EFL theme issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 19 08:38:51 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42569





--- Comment #4 from Lucas De Marchi <lucas.demarchi at profusion.mobi>  2010-07-19 08:38:51 PST ---
(In reply to comment #2)
> (From update of attachment 61957 [details])
> 
> > +        Keep a pointer to theme filename and check for it correctly.
> 
> What was wrong previously? from what I understood, instead of having 'theme' and 'file' variables you changed to only have 'file', or you really fixing a problem?

He was fixing a problem:

> - file = edjeThemeRecursive().utf8().data();

The object returned by .utf8() will die as soon as .data() is returned. Thus 'file' will point for a memory area that is not allocated anymore.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list