projects
/
cdsspec-compiler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0174d94
)
bug fix
author
Brian Demsky
<bdemsky@uci.edu>
Thu, 2 Aug 2012 22:40:40 +0000
(15:40 -0700)
committer
Brian Norris
<banorris@uci.edu>
Thu, 2 Aug 2012 23:41:18 +0000
(16:41 -0700)
snapshot-interface.cc
patch
|
blob
|
history
diff --git
a/snapshot-interface.cc
b/snapshot-interface.cc
index 5d160e1a837da27677bf441efcdc956e8af8a687..072c1f959ac07c256129248174665a33fb5e7b30 100644
(file)
--- a/
snapshot-interface.cc
+++ b/
snapshot-interface.cc
@@
-123,8
+123,8
@@
int SnapshotStack::backTrackBeforeStep(int seqindex) {
return stack->index;
}
struct stackEntry *tmp=stack;
- MYFREE(tmp);
stack=stack->next;
+ MYFREE(tmp);
}
}