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:
Jacek Jendrzej
2019-04-06 13:42:03 +02:00
committed by vanhofen
parent 04798d757b
commit 4a4e1065b2

View File

@@ -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;
}