Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-08-21 18:46:48 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-08-21 18:46:48 (GMT)
commit25d98b033dd862161a97eb91c25723cef772c65e (patch)
tree28a03fb93cbcc2b4edb5f8d8709903b78669adfc /ChangeLog
parent02ac7759d84d842837ef7c67c2f614576ef5b71c (diff)
Revert my previous commit, gnome_program_init owns the option context. Fix
2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org> * shell/main.c: (main): Revert my previous commit, gnome_program_init owns the option context. Fix another memory leak in main. Both caught by Christian Persch.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 561f1cd..e1235b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* shell/main.c: (main):
+ Revert my previous commit, gnome_program_init owns the option context.
+ Fix another memory leak in main. Both caught by Christian Persch.
+
+2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
+
+ * shell/main.c: (main):
+
Fix memory leak.
2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>