diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-07-24 02:48:45 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@novell.com> | 2009-07-24 02:53:03 +0800 |
commit | e502c83e159afd3df74c8ff20cf21e56bfb1a242 (patch) | |
tree | 1f4406eb038c4aacea7f5a195285d254c3ad6197 /mail/em-sync-stream.h | |
parent | f69c15d69d634a3fb857cc062f91e31055a95863 (diff) | |
download | gsoc2013-evolution-e502c83e159afd3df74c8ff20cf21e56bfb1a242.tar.gz gsoc2013-evolution-e502c83e159afd3df74c8ff20cf21e56bfb1a242.tar.zst gsoc2013-evolution-e502c83e159afd3df74c8ff20cf21e56bfb1a242.zip |
Unref idle loops in finalize.
Diffstat (limited to 'mail/em-sync-stream.h')
-rw-r--r-- | mail/em-sync-stream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-sync-stream.h b/mail/em-sync-stream.h index 16cdc272d1..3d74a02a35 100644 --- a/mail/em-sync-stream.h +++ b/mail/em-sync-stream.h @@ -53,6 +53,7 @@ struct _EMSyncStream { CamelStream parent; GString *buffer; gboolean cancel; + guint idle_id; }; struct _EMSyncStreamClass { |