diff options
author | JP Rosevear <jpr@ximian.com> | 2001-11-14 03:24:55 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-11-14 03:24:55 +0800 |
commit | 541cb80af5a1dd9f0005ab15827d79acb01e29fb (patch) | |
tree | 9f571e2b3b90e336d8bcaad3458fcbc0a665943c /e-util/ChangeLog | |
parent | c132868844b7a10288949b41a3d3e9b5a82430e2 (diff) | |
download | gsoc2013-evolution-541cb80af5a1dd9f0005ab15827d79acb01e29fb.tar.gz gsoc2013-evolution-541cb80af5a1dd9f0005ab15827d79acb01e29fb.tar.zst gsoc2013-evolution-541cb80af5a1dd9f0005ab15827d79acb01e29fb.zip |
only insert non-0 pids into the pid map (e_pilot_map_insert): remove and
2001-11-13 JP Rosevear <jpr@ximian.com>
* e-pilot-map.c (real_e_pilot_map_insert): only insert non-0 pids
into the pid map
(e_pilot_map_insert): remove and free old keys/values here -
including possibly orphaned keys
(e_pilot_map_remove_by_uid): only free things if they should have
been found
svn path=/trunk/; revision=14687
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 703081431b..b0aa0c53da 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,4 +1,13 @@ 2001-11-13 JP Rosevear <jpr@ximian.com> + + * e-pilot-map.c (real_e_pilot_map_insert): only insert non-0 pids + into the pid map + (e_pilot_map_insert): remove and free old keys/values here - + including possibly orphaned keys + (e_pilot_map_remove_by_uid): only free things if they should have + been found + +2001-11-13 JP Rosevear <jpr@ximian.com> * Makefile.am (libeutil_la_LIBADD): Explicitly add -lc |