From 0600c264865c733f7886a7b383136d93b67bd001 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Wed, 24 Apr 2002 08:12:13 +0000 Subject: Fix dispose *_dispose() function prototype. Fix in rtp_dispose() a bad assignement (may segfault). CVS patchset: 1772 CVS date: 2002/04/24 08:12:13 --- src/input/input_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/input_net.c') diff --git a/src/input/input_net.c b/src/input/input_net.c index aef84a1da..6fa8a04f0 100644 --- a/src/input/input_net.c +++ b/src/input/input_net.c @@ -325,7 +325,7 @@ static int net_plugin_get_optional_data (input_plugin_t *this_gen, return INPUT_OPTIONAL_UNSUPPORTED; } -static int net_plugin_dispose (input_plugin_t *this_gen ) { +static void net_plugin_dispose (input_plugin_t *this_gen ) { free (this_gen); } -- cgit v1.2.3