mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[SAMSRV] SamIFree_SAMPR_USER_INFO_BUFFER: Add missing breaks. CORE-17355
Addendum to fda13e (r58742).
This commit is contained in:
parent
3c4d6b0f9e
commit
b59bad8d10
1 changed files with 2 additions and 0 deletions
|
@ -650,10 +650,12 @@ SamIFree_SAMPR_USER_INFO_BUFFER(PSAMPR_USER_INFO_BUFFER Ptr,
|
|||
case UserScriptInformation:
|
||||
if (Ptr->Script.ScriptPath.Buffer != NULL)
|
||||
MIDL_user_free(Ptr->Script.ScriptPath.Buffer);
|
||||
break;
|
||||
|
||||
case UserProfileInformation:
|
||||
if (Ptr->Profile.ProfilePath.Buffer != NULL)
|
||||
MIDL_user_free(Ptr->Profile.ProfilePath.Buffer);
|
||||
break;
|
||||
|
||||
case UserAdminCommentInformation:
|
||||
if (Ptr->AdminComment.AdminComment.Buffer != NULL)
|
||||
|
|
Loading…
Reference in a new issue