mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
c5ae25e66ddc23f57b6d7ecdb7c377534b26f883
The crashes probably were caused by the iterator being invalid due to concurrent insertion and deletion of events. An obvious fix is to collect the list of events to delete while holding the read lock, and later deleting them all in an extra loop. Turned out to be less complicated than I originally expected ;) TODO: audit the sectionsd code for similar stuff in other places. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1391 e54a6e83-5905-42d5-8d5c-058d10e6a962
The file is empty.
Description
Languages
C++
85.3%
C
12.3%
M4
0.6%
Makefile
0.6%
JavaScript
0.4%
Other
0.7%