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:42 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-02-15 13:51:42 (GMT)
commiteb04fe50682005da212c0c796ea3fa589d744212 (patch)
tree6e6f1e52552370d8812ed505d90af6a0b4d38f4c /ChangeLog
parent47a708110ac25d902940d67d30f4eb14e8b427bb (diff)
NULL safety. (get_mime_type_from_data): Return the MIME type, not the
* libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL safety. (get_mime_type_from_data): Return the MIME type, not the content type. svn path=/trunk/; revision=3440
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22f2cd5..135e5a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-02-13 Christian Persch <chpe@gnome.org>
+ * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
+ safety.
+ (get_mime_type_from_data): Return the MIME type, not the content type.
+
+2009-02-13 Christian Persch <chpe@gnome.org>
+
* libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
the input stream.