diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/input/input_rtp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input/input_rtp.c b/src/input/input_rtp.c index c1d81ddf8..9c8202d99 100644 --- a/src/input/input_rtp.c +++ b/src/input/input_rtp.c @@ -698,6 +698,7 @@ static input_plugin_t *rtp_class_get_instance (input_class_t *cls_gen, this->fh = -1; this->rtp_running = 0; this->preview_size = 0; + this->interface = NULL; if (iptr) this->interface = iptr; |