diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-28 23:11:44 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-28 23:11:44 +0800 |
commit | 483fe8889210cf7a0f8fc7f204cd3f1c08b237a6 (patch) | |
tree | 1e78657854a862f3329e57a4e0e0b52358325fa9 /camel/ChangeLog | |
parent | 6540f01ee0767faac3b386fa80e317456c454336 (diff) | |
download | gsoc2013-evolution-483fe8889210cf7a0f8fc7f204cd3f1c08b237a6.tar gsoc2013-evolution-483fe8889210cf7a0f8fc7f204cd3f1c08b237a6.tar.gz gsoc2013-evolution-483fe8889210cf7a0f8fc7f204cd3f1c08b237a6.tar.bz2 gsoc2013-evolution-483fe8889210cf7a0f8fc7f204cd3f1c08b237a6.tar.lz gsoc2013-evolution-483fe8889210cf7a0f8fc7f204cd3f1c08b237a6.tar.xz gsoc2013-evolution-483fe8889210cf7a0f8fc7f204cd3f1c08b237a6.tar.zst gsoc2013-evolution-483fe8889210cf7a0f8fc7f204cd3f1c08b237a6.zip |
Free()ing memory allocated through alloca() is Not A Good Thing.
svn path=/trunk/; revision=5078
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 0406a49168..9ce35eba85 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2000-08-28 Ettore Perazzoli <ettore@helixcode.com> + + * providers/mbox/camel-mbox-summary.c (camel_mbox_summary_sync): + Never ever free `tmpname' as it comes from `alloca()'! + 2000-08-26 Ettore Perazzoli <ettore@helixcode.com> * camel-mime-utils.c (header_decode_text): Use `g_free()', not |