aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-setup.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-09-12 04:45:10 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-09-12 04:45:10 +0800
commitfd5752f425eb6e440ff4f6f8bde81e8b834fb2f2 (patch)
treeb0fcefe4e5dec52acd3344014aa5912b51716c73 /shell/e-setup.c
parent5ee24ecb73357537623089e04bc38423c8ec3351 (diff)
downloadgsoc2013-evolution-fd5752f425eb6e440ff4f6f8bde81e8b834fb2f2.tar.gz
gsoc2013-evolution-fd5752f425eb6e440ff4f6f8bde81e8b834fb2f2.tar.zst
gsoc2013-evolution-fd5752f425eb6e440ff4f6f8bde81e8b834fb2f2.zip
(setup_bonobo_conf_private_directory): g_free() not
free(), since we allocate with glib functions. [#19899] svn path=/trunk/; revision=18047
Diffstat (limited to 'shell/e-setup.c')
-rw-r--r--shell/e-setup.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell/e-setup.c b/shell/e-setup.c
index b3d41509c4..ee5227f789 100644
--- a/shell/e-setup.c
+++ b/shell/e-setup.c
@@ -282,16 +282,16 @@ setup_bonobo_conf_private_directory (const char *evolution_directory)
_("Evolution could not create directory\n"
"%s:\n%s"),
name, strerror (errno));
- free (name);
+ g_free (name);
return FALSE;
}
- free (name);
+ g_free (name);
return TRUE;
}
if (S_ISDIR (buf.st_mode) && access (name, R_OK | W_OK | X_OK) == 0) {
- free (name);
+ g_free (name);
return TRUE;
}
@@ -309,7 +309,7 @@ setup_bonobo_conf_private_directory (const char *evolution_directory)
name, strerror (errno));
}
- free (name);
+ g_free (name);
return FALSE;
}
/span>1-1/+1 * - Fix plist substitutionpav2010-05-241-1/+1 * - Attempt to fix plistpav2010-05-241-1/+1 * Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-117-75/+94 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-0/+1 * Update to 1.0.16ahze2009-08-102-5/+4 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * - Update lang/python26 and make Python 2.6.2 to the default Python versionmiwi2009-06-092-1/+3 * Update to 1.0.15ahze2009-02-242-4/+4 * Update to 1.0.13ahze2009-02-022-4/+4 * - Update to 1.0.12.mezz2008-12-254-15/+5 * Fix typoahze2008-11-232-1/+2 * Update to 1.0.11ahze2008-11-235-15/+16 * Update to 1.0.7ahze2008-09-023-4/+7 * Try to remove xdg dirsahze2008-07-271-0/+2 * Update to 1.0.4ahze2008-07-276-37/+54 * - Dont remove directories owned by different portpav2008-06-121-2/+0 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Update to 0.9.93ahze2008-05-279-84/+34 * - Update system-config-printer to 0.9.90ahze2008-04-054-13/+23 * Fix the plist, bump the PORTREVISION.mezz2008-03-272-1/+3 * Add desktop-file-utils to BUILD_DEPENDS to fix installahze2008-03-251-1/+2