Skip to content

Commit

Permalink
Fix further lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielPointon committed Apr 17, 2024
1 parent c984b0c commit 39abba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cliques.c
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ Obj FuncDigraphsCliquesFinder(Obj self, Obj args) {
return user_param_obj;
}
}
free(lookup);
}
// Check if the set we are trying to extend is a clique
if (include_obj != Fail
Expand Down

0 comments on commit 39abba0

Please sign in to comment.