Fun with purify.
authorDan Winship <danw@src.gnome.org>
Fri, 2 Jun 2000 06:34:58 +0000 (06:34 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 2 Jun 2000 06:34:58 +0000 (06:34 +0000)
commit5ad3143b8e9d3144f446d48e0a8c6467ca17739a
tree04381817c726a2583cbdf514e9543bf37814b54d
parent0883d1d4dc95b26f3e6907b480834bc053e2c1a3
Fun with purify.

* providers/pop3/camel-pop3-store.c (pop3_connect): free msg on
success as well as failure.
(camel_pop3_command_get_additional_data): free buf after reading
the last line (".").

* providers/pop3/camel-pop3-folder.c (get_message_by_uid): free
body data after creating the memstream from it (which will copy
the data).

* providers/mbox/camel-mbox-folder.c (mbox_finalize): free summary
and index paths.

* camel-data-wrapper.c (finalize): unref the stream, if it exists.
camel/ChangeLog
camel/camel-data-wrapper.c
camel/providers/mbox/camel-mbox-folder.c
camel/providers/pop3/camel-pop3-folder.c
camel/providers/pop3/camel-pop3-store.c