evolution-exchange r1884 - in trunk: . storage
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-exchange r1884 - in trunk: . storage
- Date: Mon, 2 Mar 2009 16:00:37 +0000 (UTC)
Author: mcrha
Date: Mon Mar 2 16:00:37 2009
New Revision: 1884
URL: http://svn.gnome.org/viewvc/evolution-exchange?rev=1884&view=rev
Log:
2009-03-02 Milan Crha <mcrha redhat com>
* storage/exchange-config-listener.c: (update_foreign_uri):
Runtime warning fix.
Modified:
trunk/ChangeLog
trunk/storage/exchange-config-listener.c
Modified: trunk/storage/exchange-config-listener.c
==============================================================================
--- trunk/storage/exchange-config-listener.c (original)
+++ trunk/storage/exchange-config-listener.c Mon Mar 2 16:00:37 2009
@@ -237,7 +237,8 @@
g_free (new_phy_uri);
cleanup:
g_free (file_path);
- e_xml_destroy_hash (old_props);
+ if (old_props)
+ e_xml_destroy_hash (old_props);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]