From f81f93b19033ebaf03aaefae5a41ef3cc249b38b Mon Sep 17 00:00:00 2001 From: Jacek Jendrzej Date: Mon, 11 Nov 2013 12:42:48 +0100 Subject: [PATCH] CStreamInfo2 initialize dmx --- src/gui/streaminfo2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/streaminfo2.cpp b/src/gui/streaminfo2.cpp index fe2df548d..c487d274e 100644 --- a/src/gui/streaminfo2.cpp +++ b/src/gui/streaminfo2.cpp @@ -781,7 +781,7 @@ long delta_time_ms (struct timeval *tv, struct timeval *last_tv) return timeval_to_ms (tv) - timeval_to_ms (last_tv); } -static cDemux * dmx; +static cDemux * dmx = NULL; int CStreamInfo2::ts_setup () {