diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-11-16 03:39:21 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-11-16 03:39:21 +0800 |
commit | 61be6fb593d2702c2d71f4e04224de551a99f9a5 (patch) | |
tree | f610635a643592fd50f987a8a9aaf6badf7ea804 /camel/ChangeLog | |
parent | 25cd94c2c4960a9a361c57c10bb3438cb42d422d (diff) | |
download | gsoc2013-evolution-61be6fb593d2702c2d71f4e04224de551a99f9a5.tar.gz gsoc2013-evolution-61be6fb593d2702c2d71f4e04224de551a99f9a5.tar.zst gsoc2013-evolution-61be6fb593d2702c2d71f4e04224de551a99f9a5.zip |
Moved the last tcp_stream unref to afetr the last fail-check so that we
2004-11-15 Jeffrey Stedfast <fejj@novell.com>
* providers/pop3/camel-pop3-store.c (connect_to_server): Moved the
last tcp_stream unref to afetr the last fail-check so that we
won't ever get a double-unref on something we only own one ref on.
svn path=/trunk/; revision=27925
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 76dcea3134..991e4d3ca1 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2004-11-15 Jeffrey Stedfast <fejj@novell.com> + * providers/pop3/camel-pop3-store.c (connect_to_server): Moved the + last tcp_stream unref to afetr the last fail-check so that we + won't ever get a double-unref on something we only own one ref on. + * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_line): Fix bug #69408 by filling our input buffer if inptr == inend. |