diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-24 01:40:27 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-24 01:40:27 +0800 |
commit | 2ea98fb813283a72698682e3f51f3ae13b614889 (patch) | |
tree | b6723c8a2a5e453f886b8dee67e879ddcd15461d /e-util/ChangeLog | |
parent | 1651eba931c6cc80e9a5bd24dcbb591ae9e1163b (diff) | |
download | gsoc2013-evolution-2ea98fb813283a72698682e3f51f3ae13b614889.tar gsoc2013-evolution-2ea98fb813283a72698682e3f51f3ae13b614889.tar.gz gsoc2013-evolution-2ea98fb813283a72698682e3f51f3ae13b614889.tar.bz2 gsoc2013-evolution-2ea98fb813283a72698682e3f51f3ae13b614889.tar.lz gsoc2013-evolution-2ea98fb813283a72698682e3f51f3ae13b614889.tar.xz gsoc2013-evolution-2ea98fb813283a72698682e3f51f3ae13b614889.tar.zst gsoc2013-evolution-2ea98fb813283a72698682e3f51f3ae13b614889.zip |
plug leak
2001-10-22 JP Rosevear <jpr@ximian.com>
* e-pilot-map.c (map_set_node_timet): plug leak
svn path=/trunk/; revision=13945
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 4a184cd61b..18626d9060 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2001-10-22 JP Rosevear <jpr@ximian.com> + + * e-pilot-map.c (map_set_node_timet): plug leak + 2001-10-23 Dan Winship <danw@ximian.com> * e-html-utils.c (e_text_to_html_full): Change " " to " " at @@ -17,7 +21,7 @@ backtick in email addresses, or pipes following URLs. 2001-10-22 JP Rosevear <jpr@ximian.com> - + * e-dbhash.c (e_dbhash_foreach_key): null out DBT memory prior to usage (from Edd Dumbill <edd@usefulinc.com>) |