From 50eb3cba6a2ea8edce379c33d7ee4ea9a48ff0cb Mon Sep 17 00:00:00 2001 From: William Metcalf Date: Mon, 28 Jun 2010 15:49:58 -0500 Subject: [PATCH] seems to be a race between FlowTestPrune and FLOW_DESTROY in FlowTest0* comment out the later for now --- src/flow.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/flow.c b/src/flow.c index 81a43fa1dd..ecf4b6b352 100644 --- a/src/flow.c +++ b/src/flow.c @@ -1662,7 +1662,7 @@ static int FlowTest03 (void) { } SCSpinDestroy(&fb.s); - FLOW_DESTROY(&f); + //FLOW_DESTROY(&f); return 1; } @@ -1713,7 +1713,7 @@ static int FlowTest04 (void) { return 0; } SCSpinDestroy(&fb.s); - FLOW_DESTROY(&f); + //FLOW_DESTROY(&f); return 1; } @@ -1755,7 +1755,7 @@ static int FlowTest05 (void) { } SCSpinDestroy(&fb.s); - FLOW_DESTROY(&f); + //FLOW_DESTROY(&f); return 1; } @@ -1808,7 +1808,7 @@ static int FlowTest06 (void) { } SCSpinDestroy(&fb.s); - FLOW_DESTROY(&f); + //FLOW_DESTROY(&f); return 1; }