1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4:dsdb: Fix leak

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-04-11 09:46:37 +12:00 committed by Andrew Bartlett
parent 722bbf0544
commit 07f3dbbf38

View File

@ -1737,6 +1737,7 @@ static int setup_primary_userPassword(
return ret;
}
}
TALLOC_FREE(frame);
return LDB_SUCCESS;
}