diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_http.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |