Skip to content

Commit 69af4e0

Browse files
committed
Fix: double free in bad_pointers_t
Signed-off-by: Arjun <[email protected]>
1 parent 77e547e commit 69af4e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

t/bad_pointers_t.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ void run_tests(int mode, const char *mode_desc) {
2828
MMDB_INVALID_DATA_ERROR,
2929
"MMDB_get_entry_data_list returns MMDB_INVALID_DATA_ERROR for "
3030
"bad pointer in data section");
31-
32-
MMDB_free_entry_data_list(entry_data_list);
3331
}
3432

3533
{

0 commit comments

Comments
 (0)