1
0
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:
Volker Lendecke
2007-12-26 17:06:06 +01:00
parent f633d348d7
commit 5f196fafd3

View File

@ -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;
}