Re: Leak reduction



Tom Parker <palfrey tevp net> writes:

> +	if (received_bytes!=NULL)
> +		g_free(received_bytes);

Minor style quibble: g_free() checks for NULL anyway.  You can just put
g_free (received_bytes);

-Jonathan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]