There are quite a few places in libmapi where talloc_free is not being called 
with mapi_response. And in some places,
the data returned to the user is from the unfreed mapi_response.

For example, in GetPropsAll
        *properties = mapi_response->mapi_repl->u.mapi_GetPropsAll.properties;

That's not correct is it? Doesn't the data need to be copied and then 
mapi_response freed? Has this been fixed or will
it be fixed in .9?

Thanks
Chuck Bohling

_______________________________________________
devel mailing list
[email protected]
http://mailman.openchange.org/listinfo/devel

Reply via email to