3 May
2009
3 May
'09
6:17 p.m.
On Sun, May 03, 2009 at 09:35:34AM -0400, Jorge Arellano Cid wrote:
On Sun, May 03, 2009 at 11:27:14AM +0100, Jeremy Henty wrote:
... a_Url_free() and a_Image_unref() both guard against being passed a NULL argument, yet in several cases the code that calls these functions also checks for a NULL, which is redundant.
In general the API accepts NULL (e.g. dlib), so please remove the redundant checks outside it.
OK, patches attached. Regards, Jeremy Henty