mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
tuxtxt.cpp fix possible memleak
Origin commit data
------------------
Branch: ni/coolstream
Commit: bfd8adb61e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-06 (Sat, 06 Apr 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -6169,5 +6169,9 @@ int GetRCCode()
|
||||
RCCode = msg;
|
||||
return 1;
|
||||
}
|
||||
|
||||
if( ( msg>= CRCInput::RC_WithData ) && ( msg< CRCInput::RC_WithData+ 0x10000000 ) )
|
||||
delete[] (unsigned char*) data;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user