]> sigrok.org Git - pulseview.git/commitdiff
Implemented DecoderStack::clear
authorJoel Holdsworth <redacted>
Mon, 2 Dec 2013 21:00:38 +0000 (21:00 +0000)
committerJoel Holdsworth <redacted>
Mon, 2 Dec 2013 21:00:38 +0000 (21:00 +0000)
pv/data/decoderstack.cpp

index 760d336e14c4dcb65628b2ebb9a8bff31849754e..333741ad80c2219f1f961566a9a3784319c3b45f 100644 (file)
@@ -143,6 +143,7 @@ void DecoderStack::begin_decode()
 
 void DecoderStack::clear()
 {
+       _annotations.clear();
 }
 
 void DecoderStack::decode_proc(shared_ptr<data::Logic> data)