We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23df3a commit 170c10aCopy full SHA for 170c10a
experimental/algorithm/LAGr_MaxFlow.c
@@ -131,7 +131,6 @@ static GrB_Info LG_global_relabel
131
132
#define LG_FREE_WORK_EXCEPT_R \
133
{ \
134
- GrB_free(&FlowEdge); \
135
GrB_free(&CompareTuple); \
136
GrB_free(&ResultTuple); \
137
GrB_free(&e); \
@@ -181,6 +180,7 @@ static GrB_Info LG_global_relabel
181
180
#define LG_FREE_WORK \
182
183
LG_FREE_WORK_EXCEPT_R \
+ GrB_free(&FlowEdge); \
184
GrB_free(&ExtractMatrixFlow); \
185
GrB_free(&R); \
186
}
0 commit comments