X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=snapshot-interface.cc;h=47fafa5b0641f8865cb279c47f08531e9cbfd4f1;hb=b59d5f84ac4800cc144fc7c8837d96181423d9ae;hp=8d7591b82efa1afccb5e00a3b5bb990c5b7447fe;hpb=f01c21655bce58ff70b0e8936f2579a7beeafad4;p=model-checker.git diff --git a/snapshot-interface.cc b/snapshot-interface.cc index 8d7591b..47fafa5 100644 --- a/snapshot-interface.cc +++ b/snapshot-interface.cc @@ -124,7 +124,7 @@ int SnapshotStack::backTrackBeforeStep(int seqindex) { } struct stackEntry *tmp=stack; stack=stack->next; - MYFREE(tmp); + model_free(tmp); } }