diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/disp-nis.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/disp-nis.c b/src/disp-nis.c index fe9337e..65ab512 100644 --- a/src/disp-nis.c +++ b/src/disp-nis.c @@ -1009,6 +1009,7 @@ dispatch_thread(struct wrapped_thread *t) dispatch_service_client(state, client, &fds[i]); } } + free(fds); slapi_log_error(SLAPI_LOG_PLUGIN, state->plugin_desc->spd_id, "listening thread stopping\n"); |
