Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-02-15 13:51:36 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-15 13:51:36 (GMT)
commit47a708110ac25d902940d67d30f4eb14e8b427bb (patch)
tree2f579524f247ffe73ccae4ff0a76bc10f95912e1 /ChangeLog
parentf870dd6bcd19cbbe8f62a4c2b04c1c5bd440bd8b (diff)
Don't leak the input stream.
* libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak the input stream. svn path=/trunk/; revision=3439
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d46566..22f2cd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-02-13 Christian Persch <chpe@gnome.org>
+ * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
+ the input stream.
+
+2009-02-13 Christian Persch <chpe@gnome.org>
+
* libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
all errors upwards.