[epiphany] Free profile_directory before quitting
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Free profile_directory before quitting
- Date: Wed, 11 Feb 2015 16:17:01 +0000 (UTC)
commit 7bddf72942580ad9946c724f37edd63d9cd65daf
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Fri Feb 6 07:59:44 2015 -0600
Free profile_directory before quitting
https://bugzilla.gnome.org/show_bug.cgi?id=728536
src/ephy-main.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 22dd957..c487e7c 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -487,6 +487,7 @@ main (int argc,
/* Shutdown */
g_object_unref (ephy_shell);
+ g_free (profile_directory);
if (notify_is_initted ())
notify_uninit ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]