deamwork / mtr

Official repository for mtr, a network diagnostic tool

Home Page:http://www.bitwizard.nl/mtr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

branch: ipdb-support will cause memory leak

deamwork opened this issue · comments

commented

This is a known bug,

mtr/ui/ipip.c

Line 19 in 88b518f

int err = ipdb_reader_new(defaultDB, &reader);
will cause database file load every time when query for an IP address.

commented

Closed via #2