aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-07-14 01:09:05 +0800
committerChristian Persch <chpe@src.gnome.org>2003-07-14 01:09:05 +0800
commitde6239c432661f8b0061ad02db565b793b0fa746 (patch)
tree2d5223a1d41725985c8f0ce92cc144d0dc575376 /ChangeLog
parent966d9b7893671364b2ae8c04c82c93596390e264 (diff)
downloadgsoc2013-epiphany-de6239c432661f8b0061ad02db565b793b0fa746.tar
gsoc2013-epiphany-de6239c432661f8b0061ad02db565b793b0fa746.tar.gz
gsoc2013-epiphany-de6239c432661f8b0061ad02db565b793b0fa746.tar.bz2
gsoc2013-epiphany-de6239c432661f8b0061ad02db565b793b0fa746.tar.lz
gsoc2013-epiphany-de6239c432661f8b0061ad02db565b793b0fa746.tar.xz
gsoc2013-epiphany-de6239c432661f8b0061ad02db565b793b0fa746.tar.zst
gsoc2013-epiphany-de6239c432661f8b0061ad02db565b793b0fa746.zip
Fix mem leaks.
2003-07-13 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-node-view.c: (drag_motion_cb), (drag_data_received_cb): Fix mem leaks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c5f7d0431..c10dead4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-07-13 Christian Persch <chpe@cvs.gnome.org>
+ * lib/widgets/ephy-node-view.c: (drag_motion_cb),
+ (drag_data_received_cb):
+
+ Fix mem leaks.
+
+2003-07-13 Christian Persch <chpe@cvs.gnome.org>
+
* lib/ephy-dnd.c: (ephy_dnd_node_list_extract_nodes):
Fix mem leak and add safety check.