summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAttilio Fiandrotti <attilio@src.gnome.org>2007-07-12 17:09:02 +0000
committerAttilio Fiandrotti <attilio@src.gnome.org>2007-07-12 17:09:02 +0000
commit34dfd591dafa2047cb7d894777d3a8656e373229 (patch)
tree37541d78567c053a409970636ba36b59f8391b21 /ChangeLog
parent508baa258c47dcf1283f9aaa89494c2522b2e41c (diff)
downloadgtk+-34dfd591dafa2047cb7d894777d3a8656e373229.tar.gz
Fixed memory leak at window closing in DirectFB backend, patch provided by Simon Lanzmich
svn path=/trunk/; revision=18459
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbebaa039e..5e94050325 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-07-12 Attilio Fiandrotti <attilio.fiandrotti@gmail.com>
+
+ * gdk/directfb/gdkevents-directfb.c:
+ * gdk/directfb/gdkwindow-directfb.c:
+ * gdk/directfb/gdkprivate-directfb.h: Fixed memory leak at window closing,
+ patch provided by Simon Lanzmich
+
Thu Jul 12 18:03:02 2007 Tim Janik <timj@gtk.org>
* gdk/gdk.c (gdk_threads_add_idle_full): clarified documentation example.