On Mon, Nov 03, 2008 at 07:55:52PM +1100, Carsten Haitzler wrote: > On Tue, 28 Oct 2008 20:36:06 +0100 thomasg <[EMAIL PROTECTED]> babbled: > > It also removes the strdup in the affected functions that seems useless > > here.
Turns out, those strdups are not that useless... e_fm2_path_set() calls eina_stringshare_del() on sd->dev, which turns out to be a free(). After that, it assignes it's dev argument to sd->dev, which is now not valid. I fixed it in svn. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel