haesbaert / mdnsd

Mdns daemon for OpenBSD.
www.haesbaert.org/openmdns
136 stars 27 forks source link

Fix RR leaks from cache_process() #39

Closed nbriggs closed 3 years ago

nbriggs commented 3 years ago

Free RR entries that are leaked by cache_process when they are not incorporated into the cache.

Closes haesbaert/mdnsd#37