There are a couple of places in the tasks code that use slapi_get_first_backend/slapi_get_next_backend where the iterator cookie is not freed.
Created attachment 152068 [details] diffs
Looks good to me. I see one more cookie around the line 1444 in task.c.
Looks good.
Created attachment 152073 [details] cvs commit log Reviewed by: nkinder, nhosoi (Thanks!) Files: see diff Branch: HEAD Fix Description: There were a few places that were using slapi_get_first/next_backend without freeing the iterator cookie. Platforms tested: RHEL4 Flag Day: no Doc impact: no
Verified.