evolution-data-server r9813 - branches/gnome-2-24/servers/groupwise
- From: psankar svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9813 - branches/gnome-2-24/servers/groupwise
- Date: Mon, 8 Dec 2008 11:04:37 +0000 (UTC)
Author: psankar
Date: Mon Dec 8 11:04:37 2008
New Revision: 9813
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9813&view=rev
Log:
2008-12-08 Sankar P <psankar novell com>
* e-gw-item.c (e_gw_item_dispose):
Fix the memory leak of security field in the GwItem.
Modified:
branches/gnome-2-24/servers/groupwise/ChangeLog
branches/gnome-2-24/servers/groupwise/e-gw-item.c
Modified: branches/gnome-2-24/servers/groupwise/e-gw-item.c
==============================================================================
--- branches/gnome-2-24/servers/groupwise/e-gw-item.c (original)
+++ branches/gnome-2-24/servers/groupwise/e-gw-item.c Mon Dec 8 11:04:37 2008
@@ -307,6 +307,11 @@
priv->classification = NULL;
}
+ if (priv->security) {
+ g_free (priv->security);
+ priv->security = NULL;
+ }
+
if (priv->accept_level) {
g_free (priv->accept_level);
priv->accept_level = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]