Re: [Evolution-hackers] camel_mbox_folder_get_full_path equivalent?



> > mail_save_messages(data->folder, data->uids, (void
> > *)camel_mbox_folder_get_full_path(NULL, g_strdup_printf("%s/",
> > data->path), info->full_name), NULL, NULL)
> 
> Hmm, that leaks 2 strings ...

Okey, so just to get this straight. You mean, that the
g_strdup_printf() leaks one string, and that
camel_mbox_folder_get_full_path() leaks one? Right?

I just wanna be sure. thats why i ask.
 
> Ahh right - i'd forgotten what it is for.  Well copy it/write your own I
> guess.  It isn't much code, and you can't use functions from providers.

Luckily i had a hand-written one up and running earlier, just needs
some touches. As you said, not much code.
 
Though it looks as if the plugin itself has some weird looking stuff
(memmory issues) going on, i wonder who wrote that (LOL), so ill look
at that some more over the next couple of days...



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