Skip to content

Commit

Permalink
memory management update
Browse files Browse the repository at this point in the history
  • Loading branch information
aharbii committed Mar 16, 2022
1 parent 538b29f commit 2817c06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brain.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ int brain_validate_values(int sudoku_map[SUDOKU_LEN][SUDOKU_LEN])
}
}
}
free(hash_table);
return VALID_INPUT;
}

Expand Down

0 comments on commit 2817c06

Please sign in to comment.