From 39eb91d6f4ccbc16062b2dfdd6082e0622e4e37e Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 2 May 2008 11:32:31 +0000 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cf7f14ba..6138e5a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-05-02 Stefan Kost + + * ext/soup/gstsouphttpsrc.c: + Include stdlib to fix the build. Use g_free instead of free, libsoup + uses glib. + 2008-05-02 Wim Taymans Patch by: j^ -- cgit