ChangeLog...

Vincent

On Tue, 16 Mar 2010, Enlightenment SVN wrote:

> Log:
>       * eet: Fix a dead lock when reopening the same file.
>
> Author:       cedric
> Date:         2010-03-16 05:10:28 -0700 (Tue, 16 Mar 2010)
> New Revision: 47286
>
> Modified:
>  trunk/eet/src/lib/eet_lib.c
>
> Modified: trunk/eet/src/lib/eet_lib.c
> ===================================================================
> --- trunk/eet/src/lib/eet_lib.c       2010-03-16 11:38:20 UTC (rev 47285)
> +++ trunk/eet/src/lib/eet_lib.c       2010-03-16 12:10:28 UTC (rev 47286)
> @@ -1526,7 +1526,7 @@
>      {
>       ef->delete_me_now = 1;
>       ef->references++;
> -        eet_internal_close(ef, EINA_FALSE);
> +        eet_internal_close(ef, EINA_TRUE);
>       ef = NULL;
>      }
>
>
>
> ------------------------------------------------------------------------------
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to