diff options
author | bertrand <Bertrand.Guiheneuf@aful.org> | 1999-08-11 07:22:44 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-08-11 07:22:44 +0800 |
commit | 9d041c9464b7e13cce7368e644781971d9ad5501 (patch) | |
tree | a7671cef07919885cb61baa31cade7bdccaa7a1e /ChangeLog | |
parent | 7d7f5423308313eb30558700598091b4ba1f0d20 (diff) | |
download | gsoc2013-evolution-9d041c9464b7e13cce7368e644781971d9ad5501.tar.gz gsoc2013-evolution-9d041c9464b7e13cce7368e644781971d9ad5501.tar.zst gsoc2013-evolution-9d041c9464b7e13cce7368e644781971d9ad5501.zip |
implemented destructors.
1999-08-11 bertrand <Bertrand.Guiheneuf@aful.org>
* camel/camel-multipart.c (_finalize):
* camel/camel-simple-data-wrapper.c (_finalize):
* camel/camel-mime-part.c (_finalize):
implemented destructors.
* camel/gmime-content-field.c (gmime_content_field_ref):
(gmime_content_field_unref):
New reference mechanism for GMimeContentField objects.
* camel/camel-data-wrapper.c (_finalize):
Started implementing destructors.
* camel/camel-mime-part.c (_construct_from_stream):
* camel/gmime-content-field.c (gmime_content_field_write_to_stream):
* camel/camel-multipart.c (_construct_from_stream):
removed forgotten anarchic traces.
Go away memory leaks!
svn path=/trunk/; revision=1103
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,4 +1,23 @@ -1999-08-09 bertrand <Bertrand.Guiheneuf@aful.org> +1999-08-11 bertrand <Bertrand.Guiheneuf@aful.org> + + * camel/camel-multipart.c (_finalize): + * camel/camel-simple-data-wrapper.c (_finalize): + * camel/camel-mime-part.c (_finalize): + implemented destructors. + + * camel/gmime-content-field.c (gmime_content_field_ref): + (gmime_content_field_unref): + New reference mechanism for GMimeContentField objects. + + * camel/camel-data-wrapper.c (_finalize): + Started implementing destructors. + + * camel/camel-mime-part.c (_construct_from_stream): + * camel/gmime-content-field.c (gmime_content_field_write_to_stream): + * camel/camel-multipart.c (_construct_from_stream): + removed forgotten anarchic traces. + +1999-08-10 bertrand <Bertrand.Guiheneuf@aful.org> * tests/ui-tests/store_listing.c: * tests/ui-tests/store_listing.glade: |