projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caabb84
)
Implemented DecoderStack::clear
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Mon, 2 Dec 2013 21:00:38 +0000
(21:00 +0000)
committer
Joel Holdsworth
<joel@airwebreathe.org.uk>
Mon, 2 Dec 2013 21:00:38 +0000
(21:00 +0000)
pv/data/decoderstack.cpp
patch
|
blob
|
history
diff --git
a/pv/data/decoderstack.cpp
b/pv/data/decoderstack.cpp
index 760d336e14c4dcb65628b2ebb9a8bff31849754e..333741ad80c2219f1f961566a9a3784319c3b45f 100644
(file)
--- 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::Logic> data)