From c101bad2a473d7a138096b5d0c5f408679530bda Mon Sep 17 00:00:00 2001 From: max_10 Date: Wed, 17 Jan 2018 22:29:27 +0100 Subject: [PATCH] libeplayer3-arm: fixes segfault on internet streams (thx DboxOldie) Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/62457a54e09068efebfaf7e42db2fe1328017aaa Author: max_10 Date: 2018-01-17 (Wed, 17 Jan 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- libarmbox/video.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarmbox/video.cpp b/libarmbox/video.cpp index 8224ceb..56bf050 100644 --- a/libarmbox/video.cpp +++ b/libarmbox/video.cpp @@ -351,7 +351,7 @@ void cVideo::closeDevice(void) { lt_debug("%s\n", __func__); /* looks like sometimes close is unhappy about non-empty buffers */ - Start(); +// Start(); if (fd >= 0) close(fd); fd = -1;