mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
[SAMSRV] SamIFree_SAMPR_USER_INFO_BUFFER: Add missing breaks. CORE-17355
Addendum to fda13e (r58742).
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user