X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=utils%2Fstatd%2Fnotlist.c;h=1698c26abef92166941dc39eba066b879422957c;hb=ec637de16210c1c6fcb3a0df34d7889592f577dc;hp=b74d9df07b1806667e5a7992ae675223771a0824;hpb=0523fd513c6baa8dbf45d1a7afea2044262aeb3d;p=nfs-utils.git 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); }