From 9d041c9464b7e13cce7368e644781971d9ad5501 Mon Sep 17 00:00:00 2001 From: bertrand Date: Tue, 10 Aug 1999 23:22:44 +0000 Subject: implemented destructors. 1999-08-11 bertrand * 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 --- tests/ui-tests/store_listing.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/ui-tests/store_listing.c b/tests/ui-tests/store_listing.c index 64f95f0b1d..34c0e51a28 100644 --- a/tests/ui-tests/store_listing.c +++ b/tests/ui-tests/store_listing.c @@ -3,11 +3,8 @@ -/* - gcc -o store_listing `gnome-config --cflags gnomeui libglade` \ - store_listing.c `gnome-config --libs gnomeui libglade` -*/ -/******************************************************************************/ +/* A simple and very dirty hack written to test + (and perhaps demonstrate) Camel */ #include -- cgit v1.2.3