Martyn Russell wrote: > On Tue, 2006-08-22 at 19:56 +0200, Mikael Hallendal wrote: >> Martyn Russell wrote: >> >>> Micke, can we commit this patch? >> Sure > > Committed ;) > >>> Micke, also, we should really be checking for a NULL node before >>> de-referencing it in lm_message_node_to_string(). A simple: >>> >>> g_return_val_if_fail (node != NULL, NULL); >>> >>> should suffice here, this is not in my patch though. >> Sounds like a good idea yes. Commiting that. > > Nice, I also noticed some other functions which do that. Are you > interested in a patch?
Sure, sounds good. Thanks, Micke > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Loudmouth mailing list > [email protected] > http://lists.imendio.com/mailman/listinfo/loudmouth -- Imendio AB, http://www.imendio.com/
