diff options
-rw-r--r-- | src/input/input_dvb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_dvb.c b/src/input/input_dvb.c index d089db022..ff62ff5f8 100644 --- a/src/input/input_dvb.c +++ b/src/input/input_dvb.c @@ -908,10 +908,10 @@ static void do_eit(dvb_input_plugin_t *this) int current_next=0; int running_status=0; struct pollfd fd; - foo=malloc(8192); char *buffer; int loops; int current_channel; + foo=malloc(8192); memset(foo,0,8192); fd.fd = this->tuner->fd_pidfilter[EITFILTER]; |