diff options
Diffstat (limited to 'src/input/input_http.c')
-rw-r--r-- | src/input/input_http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c index 96a41290d..871313c48 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -659,7 +659,7 @@ static int http_plugin_get_optional_data (input_plugin_t *this_gen, return INPUT_OPTIONAL_UNSUPPORTED; } -static int http_plugin_dispose (input_plugin_t *this_gen ) { +static void http_plugin_dispose (input_plugin_t *this_gen ) { free (this_gen); } |