On 03/07/2012 10:46 PM, Enlightenment SVN wrote:

> +
> +static void
> +_ecore_wl_cb_interfaces_bound_free(void *data __UNUSED__, void *event)
> +{
> +   Ecore_Wl_Event_Interfaces_Bound *ev;
> +
> +   LOGFN(__FILE__, __LINE__, __FUNCTION__);
> +
> +   if ((ev = event)) free(ev);
> +}

free(event) is the default handler, so you can remove this.

S.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to