summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-05-02 11:32:31 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-05-02 11:32:31 +0000
commit39eb91d6f4ccbc16062b2dfdd6082e0622e4e37e (patch)
tree0241e1daf37b8715596aa3d184e43229b2e10852 /ChangeLog
parent4f13f56ef96e7d98f458810c223fe30070d21e1b (diff)
ext/soup/gstsouphttpsrc.c: Include stdlib to fix the build. Use g_free instead of free, libsoup uses glib.
Original commit message from CVS: * ext/soup/gstsouphttpsrc.c: Include stdlib to fix the build. Use g_free instead of free, libsoup uses glib.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf7f14ba..6138e5a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-02 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/soup/gstsouphttpsrc.c:
+ Include stdlib to fix the build. Use g_free instead of free, libsoup
+ uses glib.
+
2008-05-02 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: j^ <j@bootlab.org>