forked from Ivasoft/DSView
Fix memory release issue when added protocol decoder
This commit is contained in:
@@ -213,6 +213,8 @@ void DecoderStack::clear()
|
||||
|
||||
void DecoderStack::stop_decode()
|
||||
{
|
||||
_snapshot.reset();
|
||||
|
||||
if(_decode_state == Stopped)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user