GNOME Bugzilla – Bug 523533
e_cal_component_get_recurid_as_string should always return NULL or new allocated string
Last modified: 2008-03-27 13:16:28 UTC
I just noticed that e_cal_component_get_recurid_as_string can return local string instead of new allocated one in some particular case, thus fixing it.
Created attachment 107670 [details] [review] proposed eds patch for evolution-data-server;
or should it return NULL instead of "0"?
Looks good, go ahead and commit. Of course a lot functions must be leaking the rid, otherwise that would have lead to a LOT of leaks. We must fix all those memory leaks. (See bug #523541). Cheers.
I will wait with this until bug #523541 because one without other can cause more troubles than advantages, as we spoked with gicmo.
Committed to trunk. Committed revision 8593.