Skip to content

Commit

Permalink
Fix: double free in bad_pointers_t
Browse files Browse the repository at this point in the history
Signed-off-by: Arjun <pkillarjun@protonmail.com>
  • Loading branch information
pkillarjun committed Nov 8, 2024
1 parent 77e547e commit 69af4e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions t/bad_pointers_t.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ void run_tests(int mode, const char *mode_desc) {
MMDB_INVALID_DATA_ERROR,
"MMDB_get_entry_data_list returns MMDB_INVALID_DATA_ERROR for "
"bad pointer in data section");

MMDB_free_entry_data_list(entry_data_list);
}

{
Expand Down

0 comments on commit 69af4e0

Please # to comment.