Ticket #1783: streamdata-memory-leak.diff
File streamdata-memory-leak.diff, 764 bytes (added by , 19 years ago) |
---|
-
libs/libmythtv/siparser.cpp
old new 263 263 old_data->RemoveMPEGListener(this); 264 264 old_data->RemoveATSCMainListener(this); 265 265 old_data->RemoveATSCEITListener(this); 266 delete old_data; 267 old_data = NULL; 266 268 } 267 269 268 270 if (!atsc_stream_data) … … 323 325 old_data->RemoveMPEGListener(this); 324 326 old_data->RemoveDVBMainListener(this); 325 327 old_data->RemoveDVBEITListener(this); 328 delete old_data; 329 old_data = NULL; 326 330 } 327 331 328 332 if (!dvb_stream_data)