[balsa/gtk3] Pipe stream must be closed with pclose
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk3] Pipe stream must be closed with pclose
- Date: Mon, 16 Jul 2012 01:51:15 +0000 (UTC)
commit f19ea91a0adc496a0b9fef625866b557140005ff
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Sun Jul 15 19:26:37 2012 -0400
Pipe stream must be closed with pclose
* libbalsa/address-book-extern.c (parse_externq_file): pipe
stream must be closed with pclose, not fclose.
ChangeLog | 5 +++++
libbalsa/address-book-extern.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0228674..fb25ddf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-07-15 Peter Bloomfield
+
+ * libbalsa/address-book-extern.c (parse_externq_file): pipe
+ stream must be closed with pclose, not fclose.
+
2012-07-13 Peter Bloomfield
* libbalsa/mime.c (process_mime_part): build
diff --git a/libbalsa/address-book-extern.c b/libbalsa/address-book-extern.c
index 2123678..bd384d7 100644
--- a/libbalsa/address-book-extern.c
+++ b/libbalsa/address-book-extern.c
@@ -280,7 +280,7 @@ parse_externq_file(LibBalsaAddressBookExtern *addr_externq,
#endif
cb(email, name, data);
}
- fclose(gc);
+ pclose(gc);
return TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]