* Dhaval Giani <[email protected]> [2009-01-04 21:00:25]:

> Hi folks,
> 
> Is something like this good/needed?
> 
> thanks,

Initializing all pointers is a good idea

Acked-by: Balbir Singh <[email protected]>

We should avoid double initialization specially if a

*ptr = NULL is followed by
ptr = malloc(...)

I don't see any concerns right now, but something to be aware of


-- 
        Balbir

------------------------------------------------------------------------------
_______________________________________________
Libcg-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to