On Sun, 2006-05-14 at 17:45 +0200, Paul J Stevens wrote:
> Aaron,
> 
> A brief heads up.
> 
> if (! (somevar = g_new0(char,STRLEN)))
>   // handle memory error
> 
> 
> this is unnecessary. Glib will exit() if g_new0 fail. No need to handle
> that in the code.

Oh!

Reply via email to