* src/modest-tny-local-folders-account.c:
authorJose Dapena Paz <jdapena@igalia.com>
Fri, 20 Jun 2008 10:09:52 +0000 (10:09 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Fri, 20 Jun 2008 10:09:52 +0000 (10:09 +0000)
commit145d5bece6eb16b437c827ea7b70bcfed236b03f
tree0b5ee116fdf51610f0d25a163f47f1db7fc8c2c0
parent73cec6a191807562cc6972263c0de06cb587747a
* src/modest-tny-local-folders-account.c:
        * Release reference to outbox folder when the account is
          finalized. This was a reference leak.
* src/modest-runtime.c:
        * Release signal handlers before singletons, as they keep
          references to the send queues.
        * Also fix a double reference (one leaking) on adding new
          send queues to cache.
* src/modest-tny-send-queue.c:
        * Finalize parent tny send queue before we unref the sentbox and
          outbox, as these references are used in parent finalize.

pmo-trunk-r4737
src/modest-runtime.c
src/modest-tny-local-folders-account.c
src/modest-tny-send-queue.c