Re: [evolution-patches] Exchange connector: Fix for 73494 and 72100
- From: Not Zed <notzed ximian com>
- To: Sushma Rai <rsushma novell com>
- Cc: Evolution Patches List <evolution-patches lists ximian com>, Sarfraaz Ahmed <asarfraaz novell com>
- Subject: Re: [evolution-patches] Exchange connector: Fix for 73494 and 72100
- Date: Wed, 16 Mar 2005 16:49:29 +0800
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]