mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Properly destroy the pdb search object
(This used to be commit 514cf53224
)
This commit is contained in:
@ -1135,7 +1135,7 @@ static int net_sam_do_list(int argc, const char **argv,
|
||||
}
|
||||
}
|
||||
|
||||
search->search_end(search);
|
||||
pdb_search_destroy(search);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user