Re: [evolution-patches] Exchange connector: Fix for 73494 and 72100




This isn't needed, g_free accepts NULL and does nothing for it.

On Wed, 2005-03-16 at 14:06 +0530, Sushma Rai wrote:
-       g_free (f_info->folder_name);
+       if (f_info->folder_name)
+               g_free (f_info->folder_name);


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