From 46b9a912ad54d9ec8348ee7b19158101f3096677 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 22 May 2003 09:48:53 +0000 Subject: - we're not allowed to free pointers to an on-stack string, fixes segfault when trying to play a file that was 404 CVS patchset: 4901 CVS date: 2003/05/22 09:48:53 --- src/input/input_http.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input/input_http.c b/src/input/input_http.c index 96c83f489..02370eb05 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -657,7 +657,6 @@ static void http_plugin_dispose (input_plugin_t *this_gen ) { this->nbc = NULL; } - free (this->mrl); free (this); } -- cgit v1.2.3