mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
PMT_CHANGED: fix use after delete
Origin commit data
------------------
Branch: ni/coolstream
Commit: d05d4a88fb
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-05-09 (Thu, 09 May 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1145,6 +1145,7 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
|
||||
case CZapitClient::EVT_PMT_CHANGED:
|
||||
*msg = NeutrinoMessages::EVT_PMT_CHANGED;
|
||||
*data = (neutrino_msg_data_t) p;
|
||||
dont_delete_p = true;
|
||||
break;
|
||||
case CZapitClient::EVT_TUNE_COMPLETE:
|
||||
*msg = NeutrinoMessages::EVT_TUNE_COMPLETE;
|
||||
|
Reference in New Issue
Block a user