From bc01750de3fc1abba2fa33e621975132d430f141 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Tue, 13 Sep 2005 00:52:25 +0000 Subject: segfault fix by Vedran Rodic CVS patchset: 7732 CVS date: 2005/09/13 00:52:25 --- src/input/input_rtp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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; -- cgit v1.2.3