[evolution] Fix a small memory leak in EShellBackend
- From: Jonathon Jongsma <jjongsma src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Fix a small memory leak in EShellBackend
- Date: Fri, 18 Dec 2009 18:46:50 +0000 (UTC)
commit e2a748116df1399acde19effb5cba78704e9d06e
Author: Jonathon Jongsma <jonathon quotidian org>
Date: Fri Dec 18 12:15:03 2009 -0600
Fix a small memory leak in EShellBackend
shell/e-shell-backend.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/shell/e-shell-backend.c b/shell/e-shell-backend.c
index de3cd88..65812c6 100644
--- a/shell/e-shell-backend.c
+++ b/shell/e-shell-backend.c
@@ -186,6 +186,7 @@ shell_backend_finalize (GObject *object)
priv = E_SHELL_BACKEND_GET_PRIVATE (object);
+ g_free (priv->config_dir);
g_free (priv->data_dir);
/* Chain up to parent's finalize() method. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]