Skip to content

Commit

Permalink
OS-4540 zoneevent leaks memory
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamas10 committed Jul 23, 2015
1 parent f71e9e9 commit d97b809
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/zoneevent.c
Expand Up @@ -84,6 +84,8 @@ sysev_evc_handler(sysevent_t *ev, void *cookie)

fflush(stdout);

nvlist_free(nvlist);

return (0);
}

Expand Down

0 comments on commit d97b809

Please sign in to comment.