Skip to content

Commit

Permalink
Merge pull request #791 from zannads/dev-netadjlist_fix
Browse files Browse the repository at this point in the history
Fix Issue #789 - free network Adjlist
  • Loading branch information
LRossman authored May 29, 2024
2 parents 9958ef6 + 9307913 commit 3758238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/hydraul.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ void closehyd(Project *pr)
{
freesparse(pr);
freematrix(pr);
freeadjlists(pr);
}


Expand Down
1 change: 1 addition & 0 deletions src/quality.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ int closequal(Project *pr)
FREE(qual->FlowDir);
FREE(qual->SortedNodes);
}
freeadjlists(pr);
return errcode;
}

Expand Down

0 comments on commit 3758238

Please sign in to comment.