X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fstatd%2Fnotlist.c;h=1698c26abef92166941dc39eba066b879422957c;hp=b74d9df07b1806667e5a7992ae675223771a0824;hb=6080a2854af9c12a5794a389e98f0cd4d3942a6c;hpb=940c7c304d4a43c00c27529cdddc7c87db6eef87 diff --git a/utils/statd/notlist.c b/utils/statd/notlist.c index b74d9df..1698c26 100644 --- a/utils/statd/notlist.c +++ b/utils/statd/notlist.c @@ -211,6 +211,7 @@ nlist_free(notify_list **head, notify_list *entry) free(NL_MY_NAME(entry)); if (NL_MON_NAME(entry)) free(NL_MON_NAME(entry)); + free(entry->dns_name); free(entry); }