mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
fix memleak
Origin commit data
------------------
Branch: ni/coolstream
Commit: b3db5f7f7c
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-16 (Tue, 16 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -431,7 +431,7 @@ int CScanTs::handleMsg(neutrino_msg_t msg, neutrino_msg_data_t data)
|
||||
break;
|
||||
default:
|
||||
if ((msg >= CRCInput::RC_WithData) && (msg < CRCInput::RC_WithData + 0x10000000))
|
||||
delete (unsigned char*) data;
|
||||
delete[] (unsigned char*) data;
|
||||
break;
|
||||
}
|
||||
return msg;
|
||||
|
Reference in New Issue
Block a user