summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2009-01-26 17:56:48 +0000
committerJohan Dahlin <johan@src.gnome.org>2009-01-26 17:56:48 +0000
commit983cef93a97f2495c5c9a88927ec53ed22fd0fbf (patch)
tree93ef8986e1cb05d3047d3c2fe62c2b4d0164b618 /ChangeLog
parentb1b7a327bca4558fa0cdaeb35600fc1236bdc24f (diff)
downloadgobject-introspection-983cef93a97f2495c5c9a88927ec53ed22fd0fbf.tar.gz
Only unref the repository if it's actually set.
2009-01-26 Johan Dahlin <jdahlin@async.com.br> * girepository/ginfo.c (g_base_info_unref): Only unref the repository if it's actually set. svn path=/trunk/; revision=1068
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2f2dbd5..75fe411d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-26 Johan Dahlin <jdahlin@async.com.br>
+
+ * girepository/ginfo.c (g_base_info_unref):
+ Only unref the repository if it's actually set.
+
2009-01-23 Johan Dahlin <jdahlin@async.com.br>
* tests/everything/everything.c (test_enum_param):