Skip to content

Commit

Permalink
Proposed Fix for Issue #789
Browse files Browse the repository at this point in the history
See the comment on the Issue.
  • Loading branch information
zannads committed May 23, 2024
1 parent ef234a1 commit 9307913
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 9307913

Please sign in to comment.