1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-29 21:47:30 +03:00

Properly destroy the pdb search object

This commit is contained in:
Volker Lendecke 2007-12-26 17:06:06 +01:00
parent 84af4fb656
commit 514cf53224

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