rtl_tcp: delete LUT table in destructor

This commit is contained in:
Dimitri Stolnikov 2017-06-11 21:42:05 +02:00
parent 26f93e4687
commit a3b4e5c815
1 changed files with 1 additions and 0 deletions

View File

@ -305,6 +305,7 @@ rtl_tcp_source_c::rtl_tcp_source_c(const std::string &args) :
rtl_tcp_source_c::~rtl_tcp_source_c()
{
delete [] d_LUT;
delete [] d_temp_buff;
if (d_socket != -1) {