On Thu, Apr 16, 2009 at 7:45 PM, Enlightenment SVN
<[email protected]> wrote:
> Log:
>  Cleanup of clang's static analyzer warnings for efreet.
>
>
> Author:       lfelipe
> Date:         2009-04-16 10:45:57 -0700 (Thu, 16 Apr 2009)
> New Revision: 40114
>
> Modified:
>  trunk/efreet/src/bin/ef_desktop.c trunk/efreet/src/lib/efreet_base.c 
> trunk/efreet/src/lib/efreet_icon.c trunk/efreet/src/lib/efreet_menu.c 
> trunk/efreet/src/lib/efreet_utils.c
>
> Modified: trunk/efreet/src/bin/ef_desktop.c
> ===================================================================
> --- trunk/efreet/src/bin/ef_desktop.c   2009-04-16 17:29:00 UTC (rev 40113)
> +++ trunk/efreet/src/bin/ef_desktop.c   2009-04-16 17:45:57 UTC (rev 40114)
> @@ -302,8 +302,8 @@
>
>     /* clean up */
>     efreet_desktop_free(desktop);
> -    files = eina_list_free(files);
> -    expected = eina_list_free(expected);
> +    eina_list_free(files);
> +    eina_list_free(expected);
>
>     ret = info->error > 0 ? 0 : 1;
>     free(info);
>

This sounds like a strange change to me. I would have corrected the
FIXME related by setting info->expected before all call to
efreet_desktop_command_get. I will get at it today if I have time.

-- 
Cedric BAIL

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to