evolution r36932 - in trunk: . shell
- From: icq svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36932 - in trunk: . shell
- Date: Thu, 25 Dec 2008 19:45:12 +0000 (UTC)
Author: icq
Date: Thu Dec 25 19:45:12 2008
New Revision: 36932
URL: http://svn.gnome.org/viewvc/evolution?rev=36932&view=rev
Log:
2008-12-25 Ignacio Casal Quinteiro <nacho resa gmail com>
* shell/main.c:
Fix memory leak. (Fixes bug #565628).
Modified:
trunk/ChangeLog
trunk/shell/main.c
Modified: trunk/shell/main.c
==============================================================================
--- trunk/shell/main.c (original)
+++ trunk/shell/main.c Thu Dec 25 19:45:12 2008
@@ -537,6 +537,8 @@
g_warning ("Could not set PATH for Evolution and its child processes");
g_free (path);
+ g_free (exe_folder_utf8);
+ g_free (components_folder_utf8);
/* Set BONOBO_ACTIVATION_PATH */
if (g_getenv ("BONOBO_ACTIVATION_PATH" ) == NULL) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]