From 69a103256c5625ab2d9a472bdf060b31cea3ec0b Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Tue, 12 Feb 2013 10:26:10 -0800 Subject: [PATCH] action: bugfix - initialize member --- action.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/action.cc b/action.cc index 2fb498f4..72ca4726 100644 --- a/action.cc +++ b/action.cc @@ -31,6 +31,7 @@ ModelAction::ModelAction(action_type_t type, memory_order order, void *loc, location(loc), value(value), reads_from(NULL), + reads_from_promise(NULL), last_fence_release(NULL), node(NULL), seq_number(ACTION_INITIAL_CLOCK), -- 2.34.1