Please could someone remove that bug in tny-session-camel.c?



Lines 619 to 623, according to git. Please please please pretty please could someone just delete those lines? If not to fix the functionality, than at least in order to clean up the memory leak? Please?

I mean, I'm trying to be patient and stuff, but it's not really a lot of work I'm asking for here...

	msg->ops = g_new0 (CamelSessionThreadOps,1);
	msg->ops->free = my_free_func;
	msg->ops->receive = my_receive_func;
	msg->data = NULL;
	msg->op = camel_operation_new (my_cancel_func, NULL);

http://tinymail.org/trac/tinymail/ticket/91



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