summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-15 13:08:02 +0000
committerArch Librarian <arch@canonical.com>2005-07-15 13:08:02 +0000
commitf4ef1944064c2879cd21cda38147b1b2f87ea7f4 (patch)
treeb8e0a2e8d30482ce9c8518f806e7ec67cf601250 /ChangeLog
parentc26115530028c785027949dcc203469706bcb9d0 (diff)
downloadpkg-config-f4ef1944064c2879cd21cda38147b1b2f87ea7f4.tar.gz
2005-07-15 Tollef Fog Heen <tfheen@err.no>
Author: tfheen Date: 2005-07-15 08:22:55 GMT 2005-07-15 Tollef Fog Heen <tfheen@err.no> * pkg.c (package_get_var): Make sure to g_strdup all the return values and not return some values which should not be freed and some which should. Yay valgrind. Freedesktop #3682
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abc9b0a..15fcf77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-07-15 Tollef Fog Heen <tfheen@err.no>
+ * pkg.c (package_get_var): Make sure to g_strdup all the return
+ values and not return some values which should not be freed and
+ some which should. Yay valgrind. Freedesktop #3682
+
* configure.in: Fix default search path to be pkgconfig rather
than pkg-config again. Freedesktop #3662