[vlc-commits] cookies: remove no-op

Rémi Denis-Courmont git at videolan.org
Wed Sep 7 21:18:36 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Sep  7 22:18:06 2016 +0300| [d56d95b6935b6eda1b79410477b14da9cadcce19] | committer: Rémi Denis-Courmont

cookies: remove no-op

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d56d95b6935b6eda1b79410477b14da9cadcce19
---

 src/misc/httpcookies.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/misc/httpcookies.c b/src/misc/httpcookies.c
index e1d6e37..47c96ac 100644
--- a/src/misc/httpcookies.c
+++ b/src/misc/httpcookies.c
@@ -309,7 +309,7 @@ static http_cookie_t *cookie_parse(const char *value,
 
     cookie->b_secure = cookie_has_attribute(value, "secure" );
 
-    FREENULL( content );
+    free( content );
 
     if ( cookie->psz_domain == NULL || cookie->psz_path == NULL
      || cookie->psz_name == NULL )



More information about the vlc-commits mailing list