mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
Don t touch the tuxtxt_cache structure outside tuxtx & Stop the cache thread since it will be re-initialise. patch by Rattle. THX
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1594 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: 8ac0295588
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2011-07-23 (Sat, 23 Jul 2011)
This commit is contained in:
@@ -31,11 +31,8 @@ int tuxtxt_init()
|
||||
tuxtxt_initialized=1;
|
||||
|
||||
/* init data */
|
||||
memset(&tuxtxt_cache.astCachetable, 0, sizeof(tuxtxt_cache.astCachetable));
|
||||
memset(&tuxtxt_cache.astP29, 0, sizeof(tuxtxt_cache.astP29));
|
||||
|
||||
tuxtxt_stop();
|
||||
tuxtxt_clear_cache();
|
||||
tuxtxt_cache.receiving = 0;
|
||||
tuxtxt_cache.thread_starting = 0;
|
||||
tuxtxt_cache.vtxtpid = -1;
|
||||
tuxtxt_cache.thread_id = 0;
|
||||
|
Reference in New Issue
Block a user