X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdata%2Fdecoderstack.cpp;h=333741ad80c2219f1f961566a9a3784319c3b45f;hb=dd6b500953a32e05681a0304ff6e5e4d9d6f8773;hp=760d336e14c4dcb65628b2ebb9a8bff31849754e;hpb=caabb84c559023f179bf2c4600a5ebce34eab081;p=pulseview.git diff --git a/pv/data/decoderstack.cpp b/pv/data/decoderstack.cpp index 760d336..333741a 100644 --- a/pv/data/decoderstack.cpp +++ b/pv/data/decoderstack.cpp @@ -143,6 +143,7 @@ void DecoderStack::begin_decode() void DecoderStack::clear() { + _annotations.clear(); } void DecoderStack::decode_proc(shared_ptr data)