Re: [evolution-patches] mailer leak fixes.



the gnome_vfs_mime_application_list_free is unneeded. if
handler->applications is non-NULL, then it will never bail.

see a few lines above:

	/* If we at least got an application list, use that. */
	if (handler->applications) {
		handler->generic = TRUE;
		handler->is_bonobo = FALSE;
		goto reg;
	}
	
	/* Nada. */

the send&receive part looks ok tho.

Jeff

On Wed, 2003-06-11 at 15:04, Larry Ewing wrote:
> Some fixes for leaks in the mailer.
> 
> --Larry
-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
fejj ximian com  - www.ximian.com




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